Nick088 commited on
Commit
1c9bc51
·
verified ·
1 Parent(s): d1912d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ gr.ChatInterface(
111
  fn=generate,
112
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
113
  additional_inputs=additional_inputs,
114
- title="Mixtral 46.7B 32k MAX Tokens",
115
  description="If you get an erorr, you putted a too much high Max_New_Tokens or your system prompt+prompt is too long, shorten up one of these",
116
  examples=examples,
117
  concurrency_limit=20,
 
111
  fn=generate,
112
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
113
  additional_inputs=additional_inputs,
114
+ title="Mixtral-8x7B-Instruct-v0.1",
115
  description="If you get an erorr, you putted a too much high Max_New_Tokens or your system prompt+prompt is too long, shorten up one of these",
116
  examples=examples,
117
  concurrency_limit=20,