File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
llama_github/llm_integration Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,11 +67,11 @@ def __init__(self,
6767 elif mistral_api_key is not None and mistral_api_key != "" and self .llm is None :
6868 logger .info ("Initializing Codestral API..." )
6969 from langchain_mistralai .chat_models import ChatMistralAI
70- self .llm = ChatMistralAI (mistral_api_key = mistral_api_key , model = "mistral-large-latest " )
70+ self .llm = ChatMistralAI (mistral_api_key = mistral_api_key , model = "open- mistral-nemo " )
7171 self .llm_simple = ChatMistralAI (
7272 mistral_api_key = mistral_api_key ,
7373 model = "mistral-small-latest" ,
74- temperature = 0.26
74+ temperature = 0.2
7575 )
7676 self .model_type = "OpenAI"
7777 elif openai_api_key is not None and openai_api_key != "" and self .llm is None :
You can’t perform that action at this time.
0 commit comments