gpt4

Open-source projects categorized as gpt4

Top 23 gpt4 Open-Source Projects

  • gpt4free

    The official gpt4free repository | various collection of powerful language models

  • Project mention: gpt4-openai-api VS gpt4free - a user suggested alternative | libhunt.com/r/gpt4-openai-api | 2024-01-04

    I cant install

  • gpt4-pdf-chatbot-langchain

    GPT4 & LangChain Chatbot for large PDF docs

  • Project mention: Back and forth conversations before a vector search? | /r/LangChain | 2023-08-30

    I am playing around with this github project, which takes a user question as input and immediately runs a vector search on it to find relevant storied information before delivering an answer.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • awesome-open-gpt

    Collection of Open Source Projects Related to GPT,GPT相关开源项目合集🚀、精选🔥🔥

  • Project mention: The best free ChatGPT alternatives | /r/ArtificialInteligence | 2023-06-20

    Extract from awesome-open-gpt

  • tree-of-thoughts

    Plug in and Play Implementation of Tree of Thoughts: Deliberate Problem Solving with Large Language Models that Elevates Model Reasoning by atleast 70%

  • Project mention: [D] Potential scammer on github stealing work of other ML researchers? | /r/MachineLearning | 2023-08-17

    I checked the issues and found https://github.com/kyegomez/tree-of-thoughts/issues/78

  • llm-workflow-engine

    Power CLI and Workflow manager for LLMs (core package)

  • EmbedAI

    An app to interact privately with your documents using the power of GPT, 100% privately, no data leaks

  • Project mention: I have created Privategpt to safeguard your offline documents, please provide your feedback in the comment section | /r/ChatGPTPromptGenius | 2023-06-12

    Sure, here is the GitHub link: https://github.com/SamurAIGPT/privateGPT

  • YiVal

    Your Automatic Prompt Engineering Assistant for GenAI Applications

  • Project mention: YiVal——Unlocking Your Data's Power to Create Customized GenAI Apps | /r/u_YiVal | 2023-11-16

    - 🤖Github:https://github.com/YiVal/YiVal/pull/189

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • Free-Auto-GPT

    Free Auto GPT with NO paids API is a repository that offers a simple version of Auto GPT, an autonomous AI agent capable of performing tasks independently. Unlike other versions, our implementation does not rely on any paid OpenAI API, making it accessible to anyone.

  • Project mention: Can someone please help me with this problem? | /r/learnprogramming | 2023-09-24

    The requirements.txt file for that repository says you should install either faiss-cpu or faiss-gpu. You shouldn't need to install both.

  • mPLUG-Owl

    mPLUG-Owl & mPLUG-Owl2: Modularized Multimodal Large Language Model

  • Project mention: Unleash the Power of Video-LLaMA: Revolutionizing Language Models with Video and Audio Understanding! | dev.to | 2023-06-12

    We extend our deepest gratitude to the extraordinary projects that have influenced and contributed to the development of Video-LLaMA. We're indebted to MiniGPT-4, FastChat, BLIP-2, EVA-CLIP, ImageBind, LLaMA, VideoChat, LLaVA, WebVid, and mPLUG-Owl for their invaluable contributions. Special thanks to Midjourney for creating the stunning Video-LLaMA logo, encapsulating the essence of our groundbreaking project.

  • OpenAI-API-dotnet

    An unofficial C#/.NET SDK for accessing the OpenAI GPT-3 API

  • Project mention: What do you feel about being able to type anything to an NPC? | /r/gamedesign | 2023-06-30
  • langroid

    Harness LLMs with Multi-Agent Programming

  • Project mention: OpenAI: Streaming is now available in the Assistants API | news.ycombinator.com | 2024-03-14

    This was indeed true in the beginning, and I don’t know if this has changed. Inserting messages with Assistant role is crucial for many reasons, such as if you want to implement caching, or otherwise edit/compress a previous assistant response for cost or other reason.

    At the time I implemented a work-around in Langroid[1]: since you can only insert a “user” role message, prepend the content with ASSISTANT: whenever you want it to be treated as an assistant role. This actually works as expected and I was able to do caching. I explained it in this forum:

    https://community.openai.com/t/add-custom-roles-to-messages-...

    [1] the Langroid code that adds a message with a given role, using this above “assistant spoofing trick”:

    https://github.com/langroid/langroid/blob/main/langroid/agen...

  • Open-Custom-GPT

    Create Custom GPT and add/embed on your site using Assistants api

  • Project mention: Show HN: Use Custom GPTs on your website with this open-source project | news.ycombinator.com | 2024-01-27
  • loopgpt

    Modular Auto-GPT Framework

  • Project mention: [P] LoopGPT Update - Finally something useful? | /r/MachineLearning | 2023-07-20

    So we thought it would be a good idea to create a framework that makes use of LoopGPT agent's memory and custom tooling capabilities. Let's jump right into the new features of this framework.

  • Discord-AI-Chatbot

    This Discord chatbot is incredibly versatile. Powered incredibly fast Groq API

  • Project mention: Discord bot for OpenAI API Key? | /r/ChatGPT | 2023-12-07
  • ChatPDF

    Chat with any PDF. Easily upload the PDF documents you'd like to chat with. Instant answers. Ask questions, extract information, and summarize documents with AI. Sources included.

  • Project mention: How secure our data from Google? | news.ycombinator.com | 2023-07-05

    For example your website (https://embedai.thesamur.ai/) uses Google Login, Google Fonts, Google Tagmanager, Google Analytics and translate.googleapis.com. I'd assume Google will all user data for maximum profit. For each service there are free and self-hostable alternatives.

  • llama.go

    llama.go is like llama.cpp in pure Golang!

  • Project mention: Understanding GPT Tokenizers | news.ycombinator.com | 2023-06-08

    You might reuse simple LLaMA tokenizer right in your Go code, look there:

    https://github.com/gotzmann/llama.go/blob/8cc54ca81e6bfbce25...

  • Get-Things-Done-with-Prompt-Engineering-and-LangChain

    LangChain & Prompt Engineering tutorials on Large Language Models (LLMs) such as ChatGPT with custom data. Jupyter notebooks on loading and indexing data, creating prompt templates, CSV agents, and using retrieval QA chains to query the custom data. Projects for using a private LLM (Llama 2) for chat with PDF files, tweets sentiment analysis.

  • Project mention: Get-Things-Done-with-Prompt-Engineering-and-LangChain: NEW Data - star count:617.0 | /r/algoprojects | 2023-12-10
  • langchain-course

    Learn to build and deploy AI apps.

  • Project mention: Show HN: Zapier AI Actions on your website to chat with 6000 tools [video] | news.ycombinator.com | 2023-11-24

    I have built a project to let you run Zapier AI actions on your website to chat with 6000+ tools. Just connect Zapier to EmbedAI, and start performing some cool actions such as these

    Find your latest email and reply to it

    Send messages to slack channels

    Create calendar events just from chat

    Here is the link to the project https://thesamur.ai

  • AI-Functions

    AI-Powered Function Magic: Never code again with GPT models!

  • promptr

    Promptr is a CLI tool that lets you use plain English to instruct GPT3 or GPT4 to make changes to your codebase.

  • Project mention: Ask HN: What are some actual use cases of AI Agents? | news.ycombinator.com | 2024-02-14

    I taught https://github.com/KillianLucas/open-interpreter how to use https://github.com/ferrislucas/promptr

    Then I asked it to add a test suite to a rails side project. It created missing factories, corrected a broken test database configuration, and wrote tests for the classes and controllers that I asked it to.

    I didn't have to get involved with mundane details. I did have to intervene here and there, but not much. The tests aren't the best in the world, but IMO they're adding value by at least covering the happy path. They're not as good as an experienced person would write.

    I did spend a non-trivial amount of time fiddling with the prompts I used to teach OI about Promptr as well as the prompts I used to get it to successfully create the test suite.

    The total cost was around $11 using GPT4 turbo.

    I think in this case it was a fun experiment. I think in the future, this type of tooling will be ubiquitous.

  • agenta

    The all-in-one LLM developer platform: prompt management, evaluation, human feedback, and deployment all in one place.

  • Project mention: Top Open Source Prompt Engineering Guides & Tools🔧🏗️🚀 | dev.to | 2024-05-02

    Agenta is an end-to-end LLMOps platform. It provides tools for prompt engineering and management, evaluation, human annotation, and deployment.

  • Image2Paragraph

    [A toolbox for fun.] Transform Image into Unique Paragraph with ChatGPT, BLIP2, OFA, GRIT, Segment Anything, ControlNet.

  • swarms

    Orchestrate Swarms of Agents From Any Framework Like OpenAI, Langchain, and Etc for Real World Workflow Automation. Join our Community: https://discord.gg/DbjBMJTSWD

  • Project mention: Swarms – Automating all digital activities with millions of autonomous AI Agents | news.ycombinator.com | 2023-07-10
  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

gpt4 related posts

  • Top Open Source Prompt Engineering Guides & Tools🔧🏗️🚀

    5 projects | dev.to | 2 May 2024
  • Show HN: AI generated audiobooks podcast episodes using GPT-4

    1 project | news.ycombinator.com | 6 Apr 2024
  • OpenAI: Streaming is now available in the Assistants API

    2 projects | news.ycombinator.com | 14 Mar 2024
  • Ask HN: How are you testing your LLM applications?

    3 projects | news.ycombinator.com | 6 Feb 2024
  • Show HN: No-code GPT actions builder for Web scraping, YouTuber summarizer etc.

    1 project | news.ycombinator.com | 1 Feb 2024
  • Show HN: Use Custom GPTs on your website with this open-source project

    1 project | news.ycombinator.com | 27 Jan 2024
  • Show HN: GPT Auth- Authentication for GPTs on GPT Store

    1 project | news.ycombinator.com | 17 Jan 2024
  • A note from our sponsor - SaaSHub
    www.saashub.com | 8 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source gpt4 projects? This list will help you:

Project Stars
1 gpt4free 57,613
2 gpt4-pdf-chatbot-langchain 14,573
3 awesome-open-gpt 5,092
4 tree-of-thoughts 4,046
5 llm-workflow-engine 3,585
6 EmbedAI 2,752
7 YiVal 2,436
8 Free-Auto-GPT 2,389
9 mPLUG-Owl 1,951
10 OpenAI-API-dotnet 1,714
11 langroid 1,594
12 Open-Custom-GPT 1,450
13 loopgpt 1,391
14 Discord-AI-Chatbot 1,276
15 ChatPDF 1,261
16 llama.go 1,165
17 Get-Things-Done-with-Prompt-Engineering-and-LangChain 958
18 langchain-course 943
19 AI-Functions 924
20 promptr 883
21 agenta 836
22 Image2Paragraph 761
23 swarms 678

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com