-
-
Notifications
You must be signed in to change notification settings - Fork 224
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
Proposed Modification for Dynamically Managing Models in Langchain::LLM::Ollama #441
Proposed Modification for Dynamically Managing Models in Langchain::LLM::Ollama #441
Conversation
num_thread: nil, | ||
repeat_last_n: nil, | ||
repeat_penalty: nil, | ||
temperature: nil, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does the embed endpoint really take the temperature parameter?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm... seems to be the case.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Jhonnyr97 Great job, thank you!
Refactor of Langchain::LLM::Ollama
This refactoring was inspired by the implementation of Langchain::LLM::OpenAI, particularly in terms of parameter usage.
Solved Problems