ArmelR commited on
Commit
72fa8dc
1 Parent(s): 0d4c0f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -133,7 +133,7 @@ def bot(
133
  top_p=0.95,
134
  repetition_penalty=1.0,
135
  chat_mode=None,
136
- version="StarChat-alpha",
137
  ):
138
  # concat history of prompts with answers expect for last empty answer only add prompt
139
  if version == "StarCoder-gradio" :
 
133
  top_p=0.95,
134
  repetition_penalty=1.0,
135
  chat_mode=None,
136
+ version="StarChat",
137
  ):
138
  # concat history of prompts with answers expect for last empty answer only add prompt
139
  if version == "StarCoder-gradio" :