Spaces:
Runtime error
Runtime error
tridragonevo
commited on
Commit
•
3aa7119
1
Parent(s):
283538e
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ 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 = "
|
51 |
MAX_TOKENS = 512
|
52 |
|
53 |
LOOPING_TALKING_HEAD = "videos/Masahiro.mp4"
|
|
|
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 = "Vui lòng nhập OpenAI key from openai.com to use this application. "
|
51 |
MAX_TOKENS = 512
|
52 |
|
53 |
LOOPING_TALKING_HEAD = "videos/Masahiro.mp4"
|