Staticaliza commited on
Commit
b041646
1 Parent(s): e3b710e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ DEFAULT_INPUT = f"User: Hi!"
15
  DEFAULT_PREOUTPUT = f"Statical: "
16
  DEFAULT_INSTRUCTION = "Statical is a helpful chatbot who is communicating with people."
17
 
18
- DEFAULT_STOPS = '[\"\"\"]'
19
 
20
  API_ENDPOINTS = {
21
  "Falcon": "tiiuae/falcon-180B-chat",
 
15
  DEFAULT_PREOUTPUT = f"Statical: "
16
  DEFAULT_INSTRUCTION = "Statical is a helpful chatbot who is communicating with people."
17
 
18
+ DEFAULT_STOPS = '[\"\\"\"]'
19
 
20
  API_ENDPOINTS = {
21
  "Falcon": "tiiuae/falcon-180B-chat",