tushar310 commited on
Commit
322c9f2
·
1 Parent(s): 8bd34b3
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ if prompt := st.chat_input("What is up?"):
37
  {"role": m["role"], "content": m["content"]}
38
  for m in st.session_state.messages
39
  ],
40
- max_tokens=12000,
41
  stream=True,
42
  ):
43
  full_response += response.choices[0].delta.get("content", "")
 
37
  {"role": m["role"], "content": m["content"]}
38
  for m in st.session_state.messages
39
  ],
40
+ max_tokens=13000,
41
  stream=True,
42
  ):
43
  full_response += response.choices[0].delta.get("content", "")