appl044 commited on
Commit
c240edd
1 Parent(s): 5f78291

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -45,8 +45,9 @@ tmdb_bearer_token = os.environ["TMDB_BEARER_TOKEN"]
45
 
46
  TOOLS_LIST = ['serpapi', 'wolfram-alpha', 'pal-math', 'pal-colored-objects', 'news-api', 'tmdb-api',
47
  'open-meteo-api'] # 'google-search'
48
- TOOLS_DEFAULT_LIST = ['serpapi', 'pal-math']
49
- BUG_FOUND_MSG = "Congratulations, you've found a bug in this application!"
 
50
  # AUTH_ERR_MSG = "Please paste your OpenAI key from openai.com to use this application. It is not necessary to hit a button or key after pasting it."
51
  AUTH_ERR_MSG = "Please paste your OpenAI key from openai.com to use this application. "
52
  MAX_TOKENS = 512
 
45
 
46
  TOOLS_LIST = ['serpapi', 'wolfram-alpha', 'pal-math', 'pal-colored-objects', 'news-api', 'tmdb-api',
47
  'open-meteo-api'] # 'google-search'
48
+ TOOLS_DEFAULT_LIST = ['serpapi', 'wolfram-alpha', 'pal-math', 'pal-colored-objects', 'news-api', 'tmdb-api',
49
+ 'open-meteo-api'] # 'google-search'
50
+ BUG_FOUND_MSG = "You have found a bug in the data. We will review the logs. Please try again. "
51
  # AUTH_ERR_MSG = "Please paste your OpenAI key from openai.com to use this application. It is not necessary to hit a button or key after pasting it."
52
  AUTH_ERR_MSG = "Please paste your OpenAI key from openai.com to use this application. "
53
  MAX_TOKENS = 512