A cornucopia of open source UIs built with ChatGPT API.
Update: I have moved most of the contents to my personal website (raw data) to keep this page lightweight.
A cornucopia of open source UIs built with ChatGPT API, featuring terminal, web/desktop/smartwatch apps, extensions, editor plugins, chat app bots, AR/VR apps, and more.
Note: These projects have been arranged according to their Github stars, as this provides a useful approximation of their adoption and popularity. However, this may not always be an accurate representation of their quality.
curl "https://api.openai.com/v1/chat/completions" \
-H "Authorization: Bearer YOUR_OPENAI_KEY" \
-H "Content-Type: application/json" \
-d "{
\"model\": \"gpt-3.5-turbo\",
\"messages\": [{\"role\": \"user\", \"content\": \"YOUR PROMPT\"}]
}"
Please file a GitHub issue with the following information:
Some of the content is sourced from other lists, such as:
Unsorted and work-in-progress content.