Spaces:
Sleeping
Sleeping
Alfie Grace
commited on
Commit
·
7a3bf72
1
Parent(s):
b8e6714
Changed default tools to empty list
Browse files
app.py
CHANGED
@@ -44,7 +44,8 @@ news_api_key = os.environ["NEWS_API_KEY"]
|
|
44 |
tmdb_bearer_token = os.environ["TMDB_BEARER_TOKEN"]
|
45 |
|
46 |
TOOLS_LIST = ['serpapi', 'wolfram-alpha', 'pal-math', 'pal-colored-objects']
|
47 |
-
TOOLS_DEFAULT_LIST = ['serpapi', 'pal-math']
|
|
|
48 |
BUG_FOUND_MSG = "Congratulations, you've found a bug in this application!"
|
49 |
# 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."
|
50 |
AUTH_ERR_MSG = "Please paste your OpenAI key from openai.com to use this application. "
|
|
|
44 |
tmdb_bearer_token = os.environ["TMDB_BEARER_TOKEN"]
|
45 |
|
46 |
TOOLS_LIST = ['serpapi', 'wolfram-alpha', 'pal-math', 'pal-colored-objects']
|
47 |
+
# TOOLS_DEFAULT_LIST = ['serpapi', 'pal-math']
|
48 |
+
TOOLS_DEFAULT_LIST = []
|
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. "
|