Some types of AI text generation chat implementation. #6587
Locked
Saraivinha1703
started this conversation in
Show & Tell
Replies: 1 comment
-
Thanks for sharing your work! 😄 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello 😁! Just wanted to share my repository which have some different types of AI chats using Netx.js, Vercel's AI SDK and some other libs. The project includes:
Hugging Face Inference
usingOpenAssistant/oasst-sft-4-pythia-12b-epoch-3.5
modelgpt-3.5-turbo-0125
(fake data)mistralai/Mixtral-8x7B-Instruct-v0.1
(fake data)The goal in my project is to implement all types of text generation chats that I can, making them as cheap as possible which means I still need to work on alternatives to OpenAI tools and RAG chats 😔, but the cheapest alternative in terms of cost and benefit that I've found so far is Together AI. You pay for what you use according to the price of the model and have 25 dolars to test it. I hope this helps someone, any suggestions on how to improve this project are welcome 🥳, check out my repository here!
Beta Was this translation helpful? Give feedback.
All reactions