Sammaali commited on
Commit
729a565
·
verified ·
1 Parent(s): 13447e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ api_key = os.environ["MISTRAL_API_KEY"]
9
  client = Mistral(api_key=api_key)
10
 
11
  # model name
12
- model_name = "mistral-nemo-latest"
13
 
14
 
15
  def generate_question(text):
 
9
  client = Mistral(api_key=api_key)
10
 
11
  # model name
12
+ model_name = "open-mistral-nemo"
13
 
14
 
15
  def generate_question(text):