PaulMartrenchar commited on
Commit
e1b2306
·
1 Parent(s): 7f3bcb1

Revert to Nemo

Browse files
Files changed (1) hide show
  1. AI/HF_api.py +1 -1
AI/HF_api.py CHANGED
@@ -12,7 +12,7 @@ def call_ai(prompt, json_mode):
12
  raise
13
 
14
  def _call_ai(prompt, json_mode):
15
- client = InferenceClient("microsoft/phi-4-gguf")
16
 
17
  extra_param = {}
18
  if json_mode:
 
12
  raise
13
 
14
  def _call_ai(prompt, json_mode):
15
+ client = InferenceClient("mistralai/Mistral-Nemo-Instruct-2407")
16
 
17
  extra_param = {}
18
  if json_mode: