Skip to content

Commit 14a9383

Browse files
authored
Update initial_load.py
1 parent aaa870a commit 14a9383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama_github/llm_integration/initial_load.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def __init__(self,
7070
self.llm = ChatMistralAI(mistral_api_key=mistral_api_key, model="mistral-large-latest")
7171
self.llm_simple = ChatMistralAI(
7272
mistral_api_key=mistral_api_key,
73-
model="open-mistral-nemo",
73+
model="mistral-small-latest",
7474
temperature=0.2
7575
)
7676
self.model_type = "OpenAI"

0 commit comments

Comments
 (0)