sha1779 commited on
Commit
2aaf006
·
verified ·
1 Parent(s): aa41da7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def predict(message, chatbot, system_prompt="", temperature=0.9, max_new_tokens=
29
  max_new_tokens, # int | float (numeric value between 0 and 4096)
30
  0.3, # int | float (numeric value between 0.0 and 1)
31
  1, # int | float (numeric value between 1.0 and 2.0)
32
- api_name="/chat"
33
  )
34
 
35
 
 
29
  max_new_tokens, # int | float (numeric value between 0 and 4096)
30
  0.3, # int | float (numeric value between 0.0 and 1)
31
  1, # int | float (numeric value between 1.0 and 2.0)
32
+ api_name="/"
33
  )
34
 
35