bstraehle commited on
Commit
c28529c
·
verified ·
1 Parent(s): d50acc2

Update app.py

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