FROM ryaneggz/13-use-custom-model-with-ollama TO hwchase17/deepagents@main - #24
Conversation
Harrison Chase (hwchase17)
left a comment
There was a problem hiding this comment.
dont think we should modify examples folder. also probably not worth its own section in readme. if anything, we have (at line 127) a section about how to pass the model in, should just go there
Yeahhh, meant to scrub that from the commits on a new branch but somehow a few snuck in from #14
I had initially thought that would be a better place as well. Snipppppet I had was a bit overkill. I updated, tried to spread out the usage to show the model arg on |
dfa8156
into
langchain-ai:harrison/ollama-example
* FROM ryaneggz/13-use-custom-model-with-ollama TO hwchase17/deepagents@main (#24) Co-authored-by: Ryan Eggleston <kre8mymedia@gmail.com>
* FROM ryaneggz/13-use-custom-model-with-ollama TO hwchase17/deepagents@main (langchain-ai#24) Co-authored-by: Ryan Eggleston <kre8mymedia@gmail.com>
* FROM ryaneggz/13-use-custom-model-with-ollama TO hwchase17/deepagents@main (#24) Co-authored-by: Ryan Eggleston <kre8mymedia@gmail.com>
Summary:
Closes #13 | Updates the README with steps for altering the research_agent.py to use
on_init_modelwith ollama.