Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ gr.ChatInterface(
|
|
45 |
fn=chat_stream_completion,
|
46 |
title=title,
|
47 |
description=description,
|
48 |
-
additional_inputs=[gr.Textbox("You are a helpful and agreeable chat-bot named Solar.
|
49 |
additional_inputs_accordion="📝 System prompt",
|
50 |
examples=[
|
51 |
['Write an epic poem about Ancient Rome.'],
|
|
|
45 |
fn=chat_stream_completion,
|
46 |
title=title,
|
47 |
description=description,
|
48 |
+
additional_inputs=[gr.Textbox("You are a helpful and agreeable chat-bot named Solar.")],
|
49 |
additional_inputs_accordion="📝 System prompt",
|
50 |
examples=[
|
51 |
['Write an epic poem about Ancient Rome.'],
|