Sammaali commited on
Commit
995ce64
·
verified ·
1 Parent(s): 506fe6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from mistralai.client import Mistral
5
 
6
  api_key = os.environ["MISTRAL_API_KEY"]
7
  client = Mistral(api_key=api_key)
8
- model_name = "mistral-small-latest"
9
 
10
 
11
  def generate_question(text):
 
5
 
6
  api_key = os.environ["MISTRAL_API_KEY"]
7
  client = Mistral(api_key=api_key)
8
+ model_name = "open-mistral-nemo"
9
 
10
 
11
  def generate_question(text):