Spaces:
Runtime error
Runtime error
Update app.py
Browse files1024 max_tokens
app.py
CHANGED
@@ -50,7 +50,7 @@ TOOLS_DEFAULT_LIST = ['serpapi', 'wolfram-alpha', 'pal-math', 'pal-colored-objec
|
|
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 =
|
54 |
|
55 |
LOOPING_TALKING_HEAD = "videos/Masahiro.mp4"
|
56 |
TALKING_HEAD_WIDTH = "192"
|
|
|
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 = 1024
|
54 |
|
55 |
LOOPING_TALKING_HEAD = "videos/Masahiro.mp4"
|
56 |
TALKING_HEAD_WIDTH = "192"
|