kaleidoskop-hug commited on
Commit
44cad3b
·
verified ·
1 Parent(s): 5c0669e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -50,6 +50,9 @@ def reset_conversation():
50
 
51
  def get_assistant_aswer(st_model, st_messages, st_temp_value, st_max_tokens):
52
  response = ""
 
 
 
53
  try:
54
  stream = client.chat.completions.create(
55
  model=st_model,
 
50
 
51
  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: " + st_temp_value)
55
+ st.write ("max_tokens: " + st_max)
56
  try:
57
  stream = client.chat.completions.create(
58
  model=st_model,