M96820
commited on
feat: add finetuned model
Browse files
server/game/game_logic.py
CHANGED
@@ -55,7 +55,7 @@ class StoryGenerator:
|
|
55 |
|
56 |
self.chat_model = ChatMistralAI(
|
57 |
mistral_api_key=api_key,
|
58 |
-
model="
|
59 |
temperature=0.7
|
60 |
)
|
61 |
|
|
|
55 |
|
56 |
self.chat_model = ChatMistralAI(
|
57 |
mistral_api_key=api_key,
|
58 |
+
model="ft:ministral-3b-latest:82f3f89c:20250125:12222969",
|
59 |
temperature=0.7
|
60 |
)
|
61 |
|