Spaces:
Sleeping
Sleeping
dev22419
commited on
Commit
•
56d14f1
1
Parent(s):
b84e454
app.py
CHANGED
@@ -49,7 +49,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
|
|
49 |
demo = gr.ChatInterface(
|
50 |
respond,
|
51 |
additional_inputs=[
|
52 |
-
gr.Textbox(value="You are a friendly Chatbot. your name is
|
53 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
54 |
gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
|
55 |
gr.Slider(
|
|
|
49 |
demo = gr.ChatInterface(
|
50 |
respond,
|
51 |
additional_inputs=[
|
52 |
+
gr.Textbox(value="You are a friendly Chatbot. your name is QuizAi , you are a code expert .", label="System message"),
|
53 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
54 |
gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
|
55 |
gr.Slider(
|