bstraehle commited on
Commit
0281228
·
verified ·
1 Parent(s): dd64275

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- Run General AI Assistant to answer a question.
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