tushar310 commited on
Commit
c959fc8
·
1 Parent(s): 895f545
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ if prompt := st.chat_input("What is up?"):
40
  {"role": m["role"], "content": m["content"]}
41
  for m in st.session_state.messages
42
  ],
43
- max_tokens=12000,
44
  stream=True,
45
  ):
46
  full_response += response.choices[0].delta.get("content", "")
 
40
  {"role": m["role"], "content": m["content"]}
41
  for m in st.session_state.messages
42
  ],
43
+ max_tokens=9000,
44
  stream=True,
45
  ):
46
  full_response += response.choices[0].delta.get("content", "")