Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noway/diy-llm-bot
Compare a generic GPT-3 based chatbot with ChatGPT
https://github.com/noway/diy-llm-bot
agi ai chatbot chatgpt gpt-3 gpt-3-prompts gpt3 gpt3-prompts llm ml
Last synced: about 2 months ago
JSON representation
Compare a generic GPT-3 based chatbot with ChatGPT
- Host: GitHub
- URL: https://github.com/noway/diy-llm-bot
- Owner: noway
- License: mit
- Created: 2022-12-02T12:12:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-26T19:31:04.000Z (about 2 months ago)
- Last Synced: 2024-10-26T21:06:48.770Z (about 2 months ago)
- Topics: agi, ai, chatbot, chatgpt, gpt-3, gpt-3-prompts, gpt3, gpt3-prompts, llm, ml
- Language: TypeScript
- Homepage: https://diy-llm-bot.com
- Size: 1.24 MB
- Stars: 14
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DIY LLM Bot
This project allows you to compare a generic GPT-3 based chatbot with ChatGPT.
## Try it out
You can try it out on [diy-llm-bot.com](https://diy-llm-bot.com/).## Screenshot
## Project goals
- Nice user experience of writing a question and getting an answer
- Code snippets with syntax highlighting
- Markdown-like formatting## Project non-goals
- Quantitative evaluation of the model
- Training models## Future project goals
Once there are more Machine Learning advancements, this project can be used to compare different LLMs and "test drive" different AIs through the same user interface.
## Links
- API repo: [noway/diy-llm-bot-api](https://github.com/noway/diy-llm-bot-api)