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: over 1 year 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-08T23:35:07.000Z (over 1 year ago)
- Last Synced: 2025-03-20T01:40:58.083Z (over 1 year 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 MB
- Stars: 14
- Watchers: 3
- 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)