We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2215f7f commit eb8e3a9Copy full SHA for eb8e3a9
llama_github/llm_integration/initial_load.py
@@ -71,7 +71,7 @@ def __init__(self,
71
self.llm_simple = ChatMistralAI(
72
mistral_api_key=mistral_api_key,
73
model="mistral-small-latest",
74
- temperature=0.2
+ temperature=0.26
75
)
76
self.model_type = "OpenAI"
77
elif openai_api_key is not None and openai_api_key != "" and self.llm is None:
0 commit comments