Spaces:
Sleeping
Sleeping
Commit
·
4f1da34
1
Parent(s):
76331b9
Added cap to talking head text length
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ 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. "
|
52 |
-
MAX_TOKENS =
|
53 |
|
54 |
LOOPING_TALKING_HEAD = "videos/Marc.mp4"
|
55 |
TALKING_HEAD_WIDTH = "192"
|
|
|
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 = 155
|
53 |
|
54 |
LOOPING_TALKING_HEAD = "videos/Marc.mp4"
|
55 |
TALKING_HEAD_WIDTH = "192"
|