Robby-chatbot
Robby-chatbot copied to clipboard
multiples models possibility
Add Gpt4All and others LLM others than OpenAI
Hey multiple models in the sense like text-davinci-003, gpt turbo 3.5 etc? That's easily possible I'll give a pull request after update but as for other llm such as cohere we will need to make major changes please let me know what is it that you would like?
@sanj33krsna Hey I already gave the possibility to choose the model for OpenAI, for the other llm's, I will start the modifications after adding more loader for different files. It won't be very complicated, just add some if and selectboxes,(the real problem is if they will be efficient enough) but if you want to contribute don't hesitate it would be with pleasure
Thanks, @yvann-hub for the great repo. My repo uses the Gpt4All model and builds a pipeline offline with streaming data from MongoDB to ElasticSearch. Link: https://github.com/vnk8071/E2E-AI-Chatbot