Adamchanadam

Results 13 comments of Adamchanadam

> > Because those tools use external APIs to do some work, it's necessary to use API Keys to interact with those, they are separate products being built by other...

I've wrote email to Mistral AI and the reply is they don't support Stop parameter at this moment. They're still working on it.

Thanks , a lot ! 🥳🥳🥳 problem solved by upgrading to v.0.5.3 and assigning my mistral client to 'manager_llm'. adding ```python crew = Crew( agents=[manager, researcher, writer], tasks=[list_ideas, list_important_history, write_article,...

> @Adamchanadam Can you send your code here? Sure , here 's the snippets , I tried to use request or LiteLLM , but still doesn't figure out how to...

Thanks for the latest update v0.11.2 . I ran the code again it show more warning message in red , anyone know how to ix it ? thanks ``` It...

Thanks a lot ,joaomdmoura . I found that my tools issue have been resolved under GPT-4-preview or above under v.0.14.0rc. Regards, Adam > new in progress version should address all,...

i tried to use my code for mistral api on 0.19.0 , the previous warning "WARNING: Parameter stop not yet supported (https://docs.mistral.ai/api)" was gone , however , it show :...

Seem like the problem have been resolved in v.0.19.0 , after rename from "SeperDevTool" to "SerperDevTool" ? it works for me under gpt 3.5 turbo.

> Do you need any specific argument from original crewai functions Thanks for reply . According to the practice of CrewAI , after defined Agents & Tools , where can...

according to this example , should the 'manager' or 'coder' may use the 'sum_tool' ? Is there a 'sequential' concept , the first Agent's output can be used by the...