Easy Model Initialization and Switching #1494
Okeke-Stephen
started this conversation in
Ideas
Replies: 1 comment
-
Mode= [] Can be tuple, Then add additional case statements. This will give users the option of additional model, even remote api llm andpoints |
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
-
Thank you for this great initiative and contributions.
It is a little bit tricky to initiate and use new models. I think it will be better to simply define and add our own model. For instance, stuff like:
llm = (----, ---, ---,)
Embedding = (---, ---, ---)
Then, quickly calling and using the models would be better.
This can also apply to other open-source models, wherein we define the models and easily fix them into the rest of the code.
Thanks once more.
Beta Was this translation helpful? Give feedback.
All reactions