Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 694 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 694 Bytes

celo-gpt

This is a chatbot based on gpt-3.5 model, trained on the Celo documentation.

How to use

  1. Go to https://celo-gpt.vercel.app/
  2. Type your question
  3. Press enter

How to train

To learn more about how to train gpt-3.5 on your knowledge base, check out this tutorial: How I built celo-gpt, I wrote on how to use openai embeddings api to train gpt-3.5 on your content.

How to contribute

  1. Fork the repo
  2. Make your changes
  3. Open a pull request

Credits

License

MIT