Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from utils import get_questions
|
|
5 |
|
6 |
def ask(question, openai_api_key, gemini_api_key, anthropic_api_key, file_name = ""):
|
7 |
"""
|
8 |
-
|
9 |
|
10 |
Args:
|
11 |
question (str): The question to answer
|
|
|
5 |
|
6 |
def ask(question, openai_api_key, gemini_api_key, anthropic_api_key, file_name = ""):
|
7 |
"""
|
8 |
+
Ask General AI Assistant a question to answer.
|
9 |
|
10 |
Args:
|
11 |
question (str): The question to answer
|