kaleidoskop-hug commited on
Commit
202cbb8
·
verified ·
1 Parent(s): d721f92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ def get_assistant_aswer(st_model, st_messages, st_temp_value, st_max_tokens):
52
  response = ""
53
  st.write ("model: " + st_model)
54
  st.write ("temp: " + str(st_temp_value))
55
- st.write ("max_tokens: " + str(st_max))
56
  try:
57
  stream = client.chat.completions.create(
58
  model=st_model,
 
52
  response = ""
53
  st.write ("model: " + st_model)
54
  st.write ("temp: " + str(st_temp_value))
55
+ st.write ("max_tokens: " + str(st_max_tokens))
56
  try:
57
  stream = client.chat.completions.create(
58
  model=st_model,