Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ gr.ChatInterface(
|
|
94 |
retry_btn=None,
|
95 |
undo_btn=None,
|
96 |
clear_btn="Clear",
|
97 |
-
examples=[["I need to solve the equation '2x + 10 =
|
98 |
cache_examples=False,
|
99 |
additional_inputs=[
|
100 |
gr.Textbox("sk-", label="OpenAI API Key", type = "password"),
|
|
|
94 |
retry_btn=None,
|
95 |
undo_btn=None,
|
96 |
clear_btn="Clear",
|
97 |
+
examples=[["I need to solve the equation '2x + 10 = 7.5'. Can you help me?", "sk-<BringYourOwn>"]],
|
98 |
cache_examples=False,
|
99 |
additional_inputs=[
|
100 |
gr.Textbox("sk-", label="OpenAI API Key", type = "password"),
|