Bianca Reis Mazzi Mazzi
Bianca Reis Mazzi Mazzi
https://github.com/joaomdmoura/crewAI-examples/pull/28
Do you still need help with this issue?
Do you all still need help with this issue?
@cranyy feel free to open a PR with your solution! I'm happy to approve it!
Should be pretty straightforward: ``` from langchain.chat_models import ChatOpenAI gpt35 = ChatOpenAI( temperature=0.7, model_name="gpt-3.5", ) Agent( # ... llm=gpt35 ) ```
If you haven't solved it yet, could you please create an issue at https://github.com/joaomdmoura/crewAI/issues? Let's focus on addressing issues there.
If you haven't solved it yet, could you please create an issue at https://github.com/joaomdmoura/crewAI/issues? Let's focus on addressing issues there.
If you haven't solved it yet, could you please create an issue at https://github.com/joaomdmoura/crewAI/issues? Let's focus on addressing issues there.
https://github.com/joaomdmoura/crewAI-examples/issues/2
If you haven't solved it yet, could you please create an issue at https://github.com/joaomdmoura/crewAI/issues? Let's focus on addressing issues there.