Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
image

## 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)