mouadenna commited on
Commit
806da34
·
verified ·
1 Parent(s): 5cb4893

Update pages/5_QuizMaster.py

Browse files
Files changed (1) hide show
  1. pages/5_QuizMaster.py +1 -1
pages/5_QuizMaster.py CHANGED
@@ -236,7 +236,7 @@ def tts_predict(text="hello"):
236
  @st.cache_data
237
  def get_mistral_response_injson():
238
  global prompt
239
- api_key = aOBApfmoJGuePYaDKeQbKjZRdN3et4hC
240
  model = "mistral-small-latest"
241
  client = MistralClient(api_key=api_key)
242
 
 
236
  @st.cache_data
237
  def get_mistral_response_injson():
238
  global prompt
239
+ api_key = "aOBApfmoJGuePYaDKeQbKjZRdN3et4hC"
240
  model = "mistral-small-latest"
241
  client = MistralClient(api_key=api_key)
242