Adamchanadam
Adamchanadam
I have spent lot of time to understanding the Mistral API within the CrewAI framework, specifically for 'mistral-medium' and 'mistral-small'. Although I am able to execute the code smoothly, I...
How come my end point still connecting to "OpenAI API" as the default LLM and Mistral AI API at the same time , even I've assigned llm=mistral_client ONLY to every...
Does any one is using Perplexity AI (pplx-api) in Crewai ? Any sample code can share ? I attempt with LiteLLM also failed , it return 'value is not a...
though ... I can use Mistral AI api in crewai now . However , I found that Mistral AI seems can't handle task by using 'tool' (e.g : DuckDuckGoSearchRun) function...
it showing 'It seems we encountered an unexpected error while trying to use the tool.' the the search function doesn't work at v0.11.0. It still working at v.0.5.0 to v.0.10....
My crew was supported by Mistral AI API before at v0.55. However it doesn't work in v.0.14.3. Is there anything I missed ? thank you. my snippet code : ```python...
I am currently using `autogen-ui` in a project and encountered an issue related to the `openai` library version. My environment uses `openai` version 1.3.6, but `autogen-ui` seems to require a...
Environment : Windows 11 (Conda) with Python 3.11.8 praisonAI 0.0.17 After installation ( : pip install praisonai I ran the Initialise : praisonai --init create a movie script about dog...
as title. thank you .