79745740

Date: 2025-08-25 12:24:29
Score: 1.5
Natty:
Report link

I don't know if it will solve your problem, but you are creating an ChatOpenAI model, who is maybe, not optimized for Mistral Response.

There is a class for Mistral Model Who looks like that :

from langchain_mistralai import ChatMistralAI

ChatMistralAI = ChatMistralAI(model="mistral-nemo",mistral_api_key=_api_key)

Regards

Reasons:
  • Blacklisted phrase (1): Regards
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Charles Divaret