We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaa870a commit 14a9383Copy full SHA for 14a9383
llama_github/llm_integration/initial_load.py
@@ -70,7 +70,7 @@ def __init__(self,
70
self.llm = ChatMistralAI(mistral_api_key=mistral_api_key, model="mistral-large-latest")
71
self.llm_simple = ChatMistralAI(
72
mistral_api_key=mistral_api_key,
73
- model="open-mistral-nemo",
+ model="mistral-small-latest",
74
temperature=0.2
75
)
76
self.model_type = "OpenAI"
0 commit comments