Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ QUESTION_LEVEL = 1
|
|
| 8 |
|
| 9 |
def _run(question, openai_api_key, gemini_api_key, file_name = ""):
|
| 10 |
"""
|
| 11 |
-
Run General AI Assistant
|
| 12 |
|
| 13 |
Args:
|
| 14 |
question (str): The question to answer
|
|
|
|
| 8 |
|
| 9 |
def _run(question, openai_api_key, gemini_api_key, file_name = ""):
|
| 10 |
"""
|
| 11 |
+
Run GAIA General AI Assistant to answer a question.
|
| 12 |
|
| 13 |
Args:
|
| 14 |
question (str): The question to answer
|