Tillmandev commited on
Commit
f74656f
·
1 Parent(s): 482d5b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def predict(message, system_prompt='', temperature=0.7, max_new_tokens=4096,Topp
43
  max_new_tokens, # int | float (numeric value between 0 and 4096)
44
  Topp, # int | float (numeric value between 0.0 and 1)
45
  Repetitionpenalty, # int | float (numeric value between 1.0 and 2.0)
46
- api_name="/chat_1"
47
  )
48
  st.write("Done")
49
  return response
 
43
  max_new_tokens, # int | float (numeric value between 0 and 4096)
44
  Topp, # int | float (numeric value between 0.0 and 1)
45
  Repetitionpenalty, # int | float (numeric value between 1.0 and 2.0)
46
+ api_name="/chat"
47
  )
48
  st.write("Done")
49
  return response