Update pages/5_QuizMaster.py
Browse files- 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 |
|