Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,6 @@ api_key = os.environ["MISTRAL_API_KEY"]
|
|
| 6 |
client = Mistral(api_key=api_key)
|
| 7 |
model_name = "mistral-small-latest"
|
| 8 |
|
| 9 |
-
|
| 10 |
def generate_question(text):
|
| 11 |
|
| 12 |
prompt = f"""
|
|
|
|
| 6 |
client = Mistral(api_key=api_key)
|
| 7 |
model_name = "mistral-small-latest"
|
| 8 |
|
|
|
|
| 9 |
def generate_question(text):
|
| 10 |
|
| 11 |
prompt = f"""
|