crewAIInc / crewAI-examples

A collection of examples that show how to use CrewAI framework to automate workflows.
2.86k stars 1.09k forks source link

Typo in stock_analysis README #37

Closed prabha-git closed 9 months ago

prabha-git commented 9 months ago

https://github.com/joaomdmoura/crewAI-examples/tree/main/stock_analysis#integrating-ollama-with-crewai

ollama_openhermes = Ollama(model="agent")

Should be 'openhermes' ollama_openhermes = Ollama(model="openhermes")

Biancamazzi commented 9 months ago

https://github.com/joaomdmoura/crewAI-examples/pull/38