Python chatgpt-api

Open-source Python projects categorized as chatgpt-api

Top 23 Python chatgpt-api 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

  • Hello-Python

    Curso para aprender el lenguaje de programación Python desde cero y para principiantes. 100 clases, 44 horas en vídeo, código, proyectos y grupo de chat. Fundamentos, frontend, backend, testing, IA...

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • ChuanhuChatGPT

    GUI for ChatGPT API and many LLMs. Supports agents, file-based QA, GPT finetuning and query with web search. All with a neat UI.

  • Project mention: GitHub - GaiZhenbiao/ChuanhuChatGPT: GUI for ChatGPT API and many LLMs. Supports agents, file-based QA, GPT finetuning and query with web search. All with a neat UI. | /r/ChuanhuChatGPT | 2023-11-12
  • GPTCache

    Semantic cache for LLMs. Fully integrated with LangChain and llama_index.

  • Project mention: Ask HN: What are the drawbacks of caching LLM responses? | news.ycombinator.com | 2024-03-15

    Just found this: https://github.com/zilliztech/GPTCache which seems to address this idea/issue.

  • awesome-chatgpt-api

    Curated list of apps and tools that not only use the new ChatGPT API, but also allow users to configure their own API keys, enabling free and on-demand usage of their own quota.

  • Project mention: Curated list of apps and tools that allow ChatGPT API keys | /r/ChatGPT | 2023-06-05
  • 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

  • Awesome-Prompt-Engineering

    This repository contains a hand-curated resources for Prompt Engineering with a focus on Generative Pre-trained Transformer (GPT), ChatGPT, PaLM etc

  • Project mention: AI lessons | /r/ChatGPT | 2023-05-09

    Yes, there are a lot of different resources online, especially for generative AI. The Awesome Prompt Engineering github is probably a good place to start https://github.com/promptslab/Awesome-Prompt-Engineering. If you're focusing directly on OpenAI's models then the OpenAI Prompt Engineering Guide would be my recommendation https://help.openai.com/en/articles/6654000-best-practices-for-prompt-engineering-with-openai-api.

  • 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
  • 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.

  • hacker-news-digest

    :newspaper: Let ChatGPT Summarize Hacker News for You

  • Project mention: What's the fun in writing on the internet anymore? | news.ycombinator.com | 2024-02-17

    https://hackernews.betacat.io/ here they use ChatGTP so summarize HN frontpage stories, and it says "Article discusses automated plagiarism and the diminishing value of authorship online. It compares today's internet to ancient texts, where authorship was less defined."

  • chatgpt-cli

    Simple yet effective command line client for chatting with ChatGPT using the official API

  • BetterOCR

    🔍 Better text detection by combining multiple OCR engines (EasyOCR, Tesseract, and Pororo) with 🧠 LLM.

  • Project mention: FLaNK Stack Weekly for 30 Oct 2023 | dev.to | 2023-10-30
  • AutoDoc-ChatGPT

    AutoDoc-ChatGPT is a Python script that leverages the power of ChatGPT model to automatically generate documentation for any programming language. With AutoDoc-ChatGPT, you can easily generate comprehensive documentation for your codebase.

  • Project mention: Can Code GPT document a python code? | /r/CodeGPT_VSCode | 2023-05-05

    I have been using AutoDoc-ChatGPT (https://github.com/awekrx/AutoDoc-ChatGPT) to document python code. For this I need to use either command line or paste the code to be documented in another script, which can get a bit troublesome.

  • ChatGPTerminator

    GPTerminator provides a convenient way to interact with OpenAI's chat completion and image generation API's using your command line interface.

  • ChatGPTify

    Spotify playlist generator via ChatGPT

  • linkedIn-scraper

    A playwright bot which is implemented to scrape linkedin and store advertisement data in a database and telegram channel

  • OpenChatPaper

    Yet another paper reading assistant based on OpenAI ChatGPT API. An open-source version that attempts to reimplement ChatPDF. A different dialogue version of another ChatPaper project.

  • second-brain-agent

    🧠 Second Brain AI agent

  • Project mention: Second Brain Assistant using langchain | /r/LangChain | 2023-07-08
  • DaVinci

    DaVinci - The ChatGPT AI Virtual Assistant (by DevMiser)

  • command_line_chatgpt

    A command line chat bot using the ChatGPT API from OpenAI

  • BingGPT-Discord-Bot

    BingGPT Discord Bot that can handle /ask & /imagine prompts using reverse engineered API of Microsoft's Bing Chat under the hood

  • prompt

    🥝 A command line application to interact with OpenAI's ChatGPT API.

  • Project mention: Code to Content Creation | /r/developersIndia | 2023-05-10

    After years of coding and releasing open source projects like freshenv , prompt and more, I started wondering if their can be other creative outlets. I started writing on substack and made a promise to write daily high quality posts and not stop until I get 2k subs. Its been 26 days and 26 posts. It was really fun in the beginning and I enjoy it still. It takes time ...sometimes up at 2 a.m :) but there is some satisfaction.

  • talking_with_hn

    The full experience of chatting with your favourite news website.

  • Project mention: How can I put my app in the Gallery? | /r/StreamlitOfficial | 2023-12-10
  • DocumentGPT

    DocumentGPT is a web application that allows you to chat over your research document using OpenAI's chat API and perform semantic search using vector databases. This tool provides a seamless interface for interacting with your research document, exploring search results, and engaging in a conversation with an AI chatbot.

  • Project mention: DocumentGPT with Agents | /r/StreamlitOfficial | 2023-07-07

    Was really excited to get everything working! Check it out at: https://github.com/aju22/DocumentGPT

  • 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).

Python chatgpt-api related posts

Index

What are some of the best open-source chatgpt-api projects in Python? This list will help you:

Project Stars
1 gpt4free 57,133
2 Hello-Python 21,988
3 ChuanhuChatGPT 14,696
4 GPTCache 6,406
5 awesome-chatgpt-api 5,638
6 awesome-open-gpt 5,035
7 Awesome-Prompt-Engineering 3,196
8 Free-Auto-GPT 2,382
9 hacker-news-digest 645
10 chatgpt-cli 415
11 BetterOCR 383
12 AutoDoc-ChatGPT 379
13 ChatGPTerminator 226
14 ChatGPTify 201
15 linkedIn-scraper 199
16 OpenChatPaper 164
17 second-brain-agent 136
18 DaVinci 129
19 command_line_chatgpt 125
20 BingGPT-Discord-Bot 119
21 prompt 103
22 talking_with_hn 102
23 DocumentGPT 98

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