Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
|
|
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
|