Curated list of apps and tools that not only use the new ChatGPT API, but also allow user 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.
Curated by Reorx, you are welcome to suggest new projects via Twitter or PRs.
-
Chrome Extensions
-
Summary for Google search results or YouTube Videos with ChatGPT API. This extension also supports ChatGPT Webapp's API that requires no configuration.
-
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.
-
-
Obsidian Plugins
-
Obsidian Text Generator Plugin
Generate ideas, attractive titles, summaries, outlines, and whole paragraphs based on your notes in Obsidian.
-
-
Logseq Plugins
-
A plugin for GPT-3 AI assisted note taking in Logseq.
-
-
Popclip Extensions
-
Send the selected text to ChatGPT and append the response.
-
ChatGPT Proofreader extension for Popclip
Proofread the selected text and append the enhanced result.
-
ChatGPT Grammar Check PopClip Extension
Similar to the ChatGPT Proofreader extension, with a different prompt and a downloadable package.
-
-
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
-
ChatGPT API based Bob plugin for text translation, text refinement, and grammar correction. It has a derived version that specifically emphasizes the task of proofreading: OpenAI Polisher Bob Plugin.
-
-
Apple Shortcuts
-
Shortcuts for Siri to connect ChatGPT 3.5 turbo model, supports continuous conversations
-
A enhanced shortcut based on ChatGPT Siri. Original tweet: @DottChen
-
-
Keyboard Maestro Macros
-
Select and copy texts to ask ChatGPT with a keyboard shortcut. Download link
-
-
Make bilingual epub books Using AI translate. Original tweet @yihong0618
There's a web UI at streamlit, made by the author of this tweet.
-
A CLI that writes your git commit messages for you with AI.
-
Play ChatGPT with Xiaomi AI Speaker.
-
A CLI that helps you build your vocabulary with AI.
-
A Commitizen CLI and Commitizen adapter generate standardized commit messages with AI. Recipes/OpenAI
-
CLI application for working with ChatGPT API interactively or in file based sessions. Supports promt engineering and most configurations.
-
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.
-
Python tool for translating text files. It provides bilingual translation, multithreading, and automatic handling of excessive request frequency.
-
A native desktop ChatGPT client that utilizes your own API key, providing a faster and enhanced chat experience.
-
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
-
One-click summary of the subtitled Bilibili Video. Source code: JimmyLv/BiliGPT
-
This is a flask app provides an interface to enable a conversation with a research paper. Source code: ResearchGPT.
The author explored the utilization of vector embeddings derived from the text that closely matches the prompt in the original tweet: @mukul0x
-
An Android application that filters ads, spam, notifications using GPT AI.
- Telegram
-
TBXark/ChatGPT-Telegram-Workers
Deploy your own Telegram ChatGPT bot on Cloudflare Workers with ease.
- Feishu
- Teams
-
Official examples and guides for using the OpenAI API, including how to embedding long inputs, stream completions, format better inputs and much more.
-
ChatGPT-API Demo - ddiu8081/chatgpt-demo
A ChatGPT web app demo built with Astro and TypeScript.
-
A ChatGPT web app demo built with Vue3 and Express.
-
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
-
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.
-
Online playground for openai's tiktoken library, calculating the correct number of tokens for a given prompt. Source code: dqbd/tiktokenizer
-
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