-
-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to change model for indexing? #425
Comments
Rightt I meant during deep composition. is it possible to set the model during deep composition? |
also which model is used for embeddings? is it an openai ada? being able to set the embedding model would solve the issue too I think if the model is trained more on math and code like gpt4 |
Oh I see, unfortunately not right now, it is editable in code but not within the discord bot while it's in use AFAIK, what model do you want to switch it to? I can look into it and fix the default to be some sort of gpt-4 model. For the embeddings model it is the latest ada model yeah, but I'm not aware of any other embedding systems that are trained more on math and code, gpt-4's embeddings would also use ada |
For future note for work on this ticket:
|
there are alot of embedding models available, the code models would be good at math as well. so I'd propose we be able to choose them with a parameter. here's a discussion: https://community.openai.com/t/what-do-all-these-models-do/19007/5 |
All of those "code" models you're talking about are also LLMs, not embedding models, and are incredibly old and much worse compared to GPT-4. Out of all of the models listed, gpt-4-1106-preview performs the best across the board |
Awesome! looking forward to trying them out. Cheers! |
my understanding is that all the Text models are embedding models |
Thanks for bringing this to my attention! Let me know if you come across any good docs for these |
Sure thing |
gpt3 sucks at math and code! I'm trying to use gpt4 for indexing but with no luck. It'd be great if there was a model parameter for indexing commands. currently, it only supports while querying which is not helpful if the context is written using gpt3.
I also tried setting the settings parameter model to gpt-4 but it didn't seem to work.
The text was updated successfully, but these errors were encountered: