Skip to content

Commit eb8e3a9

Browse files
authored
Update initial_load.py
1 parent 2215f7f commit eb8e3a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama_github/llm_integration/initial_load.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def __init__(self,
7171
self.llm_simple = ChatMistralAI(
7272
mistral_api_key=mistral_api_key,
7373
model="mistral-small-latest",
74-
temperature=0.2
74+
temperature=0.26
7575
)
7676
self.model_type = "OpenAI"
7777
elif openai_api_key is not None and openai_api_key != "" and self.llm is None:

0 commit comments

Comments
 (0)