Find answers from the community

Updated 11 months ago

Question:

Question:

I am getting an error for the llama-index mistral module

I am writing
llm.chat(ChatMessage(role="system", content="You are CEO of MistralAI."),
ChatMessage(role="user", content="Tell me the story about La plateforme"))
Attachment
image.png
L
S
3 comments
what is your pydantic version? You might have to upgrade?
I am running this in colab notebook
Yea that's ok

!pip install --upgrade pydantic
Add a reply
Sign up and join the conversation on Discord