Utkarsh Verma commited on
Commit
afc89dd
·
1 Parent(s): 95ae9c6

Changes in UI

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def chat():
30
  "temperature": 0.5,
31
  "top_p": 0.9,
32
  "max_new_tokens": 100,
33
- "stop_sequences": ["User:", "You:", "user:"] # ⛔ Stops response at natural points
34
  }
35
  }
36
 
 
30
  "temperature": 0.5,
31
  "top_p": 0.9,
32
  "max_new_tokens": 100,
33
+ "stop_sequences": ["\nUser:", "\nYou:", "\nBot:"]
34
  }
35
  }
36