Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

itsuka-dev/plurality

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Plurality

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.

Chat UIs

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.

Web Apps
Browser Extensions
Desktop Apps
Mobile Apps
Shortcuts
Chat App Bots
Terminals
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\"}]
     }"
Tools
Others

Contributing

Please file a GitHub issue with the following information:

  • Required
    • A link to the repository
    • Both the README.md and UI must be in English, or have a localized version in English
    • No illegal or unethical projects like freegpt* please
  • Optional (if the following contents are not provided, I will do my best to complete them manually)
    • A screenshot or a demo video on the repo to quickly preview the UI
    • Primary language and framework
    • Hosting method or provider (e.g. Docker)
    • Integration (e.g. Eleven Labs)
    • Differentiating features (e.g. split screen)
    • License

Acknowledgment

Some of the content is sourced from other lists, such as:

Meta

Unsorted and work-in-progress content.

Out-of-scope
To do, or not do

About

A cornucopia of open source UIs built with ChatGPT API.

Topics

Resources

License

Stars

Watchers

Forks