Git Product home page Git Product logo

sjinzh / awesome-chatgpt-api Goto Github PK

View Code? Open in Web Editor NEW

This project forked from reorx/awesome-chatgpt-api

1.0 1.0 0.0 128 KB

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.

Home Page: https://awesome-chatgpt-api.top

Shell 1.31% Python 75.97% CSS 11.29% HTML 11.42%

awesome-chatgpt-api's Introduction

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.

There's also a Development section that provides developers with a collection of projects and articles to help them build better.

Visit the website to get latest updates: awesome-chatgpt-api.top

Curated by Reorx, you are welcome to suggest new projects via Twitter or PRs, but please ensure you have read the Collection Standard.

Plugins and Extensions

  • Chrome Extensions

    • Glarity

      Summarize Google search results or YouTube videos with ChatGPT API, also supports Yahoo! ニュース、PubMed、PMC、NewsPicks、Github、Nikkei、 Bing、Google Patents. This extension also supports ChatGPT Webapp's API which requires no configuration.

    • ChatGPT Sidebar

      Open a sidebar in any webpage, and ask ChatGPT for anything about the content of the page. Like explain, translate, summarize or rewrite it. You can customize prompts for easier access. This extension also supports ChatGPT Webapp's API that requires no configuration.

    • ChatHub

      ChatHub is an all-in-one chatbot client currently supporting ChatGPT and the new Bing Chat. It allows for chatting with multiple chatbots simultaneously, making it easy to compare their answers. Source code: chathub-dev/chathub

    • OpenAI Translator

      A Chrome extension that uses the OpenAI API to translate text, with additional features like polishing and summarization.

  • Obsidian Plugins

  • Logseq Plugins

  • Roam Research Plugins

    • roam-ai

      Generate text based on the current block; Generate an image using DALL-E 2; Rephrase

  • Popclip Extensions

  • Drafts Actions

    • ChatGPT Conversation | Drafts Directory

      Have a conversation with ChatGPT in the Drafts note, new responses will be appended at the end. Supports declaring and modifying system, assistant and user role message blocks.

  • Bob Plugins

  • Apple Shortcuts

    • ChatGPT Siri

      Shortcuts for Siri to connect ChatGPT 3.5 turbo model, supports continuous conversations

    • Siri Pro

      A enhanced shortcut based on ChatGPT Siri. Original tweet: @DottChen

  • Keyboard Maestro Macros

  • GitHub App

    • CR.GPT

      A code review robot powered by ChatGPT

Apps

  • ChatPDF

    ChatPDF is an innovative tool that allows users to verbally communicate with their PDF files, making it easier to extract information from large documents such as manuals, legal contracts, and research papers.

  • ChatBox

    ChatBox is a cross-platform desktop client for OpenAI API, also a prompt debugging and management tool.

  • ChatKit

    A lightweight ChatGPT Web UI that allows setting URLs as context for conversations.

  • Chat with GPT

    An open source ChatGPT web UI with additional features like TTS. Source code: cogentapps/chat-with-gpt

  • OpenCat

    A native desktop ChatGPT client that utilizes your own API key, providing a faster and enhanced chat experience.

  • OpenAI Translator

    A translator app that uses OpenAI GPT-3 to translate between languages. It is a PWA that can be installed on your phone or desktop. Source code: LanceMoe/openai-translator

  • BiliGPT

    One-click summary of the subtitled Bilibili Video. Source code: JimmyLv/BiliGPT

  • ResearchGPT

    This is a flask app provides an interface to enable a conversation with a research paper. Source code: mukulpatnaik/ResearchGPT.

    The author explored the utilization of vector embeddings derived from the text that closely matches the prompt in the original tweet: @mukul0x

  • NITM GPT

    An Android application that filters ads, spam, notifications using GPT AI.

  • ChatGPT Translator

    ChatGPT Translator is an open-source desktop app that allows you to translate text using GPT language model.

  • AI Subtitle Translator

    Translate local or Youtube/Bilibili subtitle using GPT-3.5 API. Source Code: AI Subtitle

  • Visual ChatGPT

    Visual ChatGPT is a web app that connects ChatGPT and a series of Visual Foundation Models to enable sending and receiving images during chatting.

  • TypingMind

    A better UI for ChatGPT, with enhanced features like fast response, chat search, integrations, prompt library, etc.

CLI

  • bilingual_book_maker

    Make bilingual epub books Using AI translate. Original tweet @yihong0618

    There's a web UI at streamlit, made by the author of this tweet.

  • AI Commits

    A CLI that writes your git commit messages for you with AI.

  • cz-git

    A Commitizen CLI and Commitizen adapter generate standardized commit messages with AI. Recipes/OpenAI

  • turbocommit

    CLI that uses the staged diff and optional message to create Conventional commits.

  • xiaogpt

    Play ChatGPT with Xiaomi AI Speaker.

  • AI Vocabulary Builder

    A CLI that helps you build your vocabulary with AI.

  • verdverm/chatgpt

    CLI application for working with ChatGPT API interactively or in file based sessions. Supports promt engineering and most configurations.

  • ai-cli

    This CLI tool allows you to easily use chatGPT in the command line. You can chat with it, ask it questions, and get text translations. It also supports rendering Markdown in the terminal.

  • chatgpt-cli

    A markdown-supported command-line interface tool that connects to ChatGPT using OpenAI's API key. Commands provided enable you to use this tool much like you would use the official web client. Conversations are saved as JSON format in your machine.

  • chatGPT-shell-cli

    A simple, lightweight shell script to use OpenAI's chatGPT and DALL-E from the terminal.

  • i18n-cli

    A command-line interface (CLI) tool that utilizes the OpenAI API to translate locale files based on JSON format.

  • ChatGPT-for-Translation

    Python tool for translating text files. It provides bilingual translation, multithreading, and automatic handling of excessive request frequency.

  • subtitle-translator

    A subtitle translation CLI tool based on ChatGPT developed using NodeJS. It also has a Electron GUI version subtitle-translator-electron

Chatbots

Development

Projects

  • OpenAI Cookbook

    Official examples and guides for using the OpenAI API, including how to embedding long inputs, stream completions, format better inputs and much more.

  • DocsGPT

    An open-source solution that streamlines the process of finding information in project documentation. With its integration of the powerful GPT models, developers can easily ask questions about a project and receive accurate answers.

  • Paul Graham GPT

    AI-powered search and chat for Paul Graham's essays. This is a excellent demo on how to use OpenAI Embeddings to compress large text data into prompts within the limit of ChatGPT API's 4096 tokens limit.

    Some insightful tweets about this project and token limitation: @chuangbo, @dotey

  • Elasticsearch + GPT3 Answerer

    Intercepts Elasticsearch results and sends them to GPT3 to provide accurate and relevant answers to your queries.

  • ChatGPT-API Demo - ddiu8081/chatgpt-demo

    A ChatGPT web app demo built with Astro and TypeScript.

  • ChatGPT Web

    A ChatGPT web app demo built with Vue3 and Express.

  • GPT3.5-H5-lite-page

    A GPT3.5 web page that is highly lightweight and can be deployed statically without requiring a server. Only HTML, CSS, and jQuery is used. Source code: JiChao99/GPT3.5-H5-lite-page

Tools

  • LlamaIndex 🦙 (GPT Index)

    LlamaIndex (GPT Index) is a project that provides a central interface to connect your LLM's with external data. It has a set of data structures that allow you to index your data for various LLM tasks, and remove concerns over prompt size limitations.

  • Tiktokenizer

    Online playground for openai's tiktoken library, calculating the correct number of tokens for a given prompt. Source code: dqbd/tiktokenizer

  • OpenAI GPT-3.5 Price Calculator

    Calculate how much it will cost to generate certain number of words by using OpenAI GPT-3.5 API.

Articles

awesome-chatgpt-api's People

Contributors

cnnrhill avatar cogentapps avatar efjerryyang avatar eryajf avatar formulahendry avatar givebest avatar jichao99 avatar key7men avatar raychanan avatar real-jiakai avatar reorx avatar sett17 avatar simpleapples avatar suegk avatar tbxark avatar tombener avatar verdverm avatar whatwewant avatar yufeikang avatar zflovecoding avatar zhengqbbb avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.