M96820 commited on
Commit
5820185
·
unverified ·
1 Parent(s): 1d27c1f

feat: add finetuned model

Browse files
Files changed (1) hide show
  1. server/game/game_logic.py +1 -1
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="mistral-small",
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