appl044 commited on
Commit
c2a1e9a
1 Parent(s): c240edd

Update app.py

Browse files

1024 max_tokens

Files changed (1) hide show
  1. app.py +1 -1
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 = 512
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"