Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -201,7 +201,7 @@ with gr.Blocks() as demo:
|
|
201 |
"gpt-4-0314",
|
202 |
"gpt-4-32k",
|
203 |
"gpt-4-32k-0314"])
|
204 |
-
temperature = gr.Number(label="Set Your Temperature (0.0-2.0)", value=1.
|
205 |
with gr.Accordion("Additional Parameters", open=False):
|
206 |
topic_prompt = gr.Textbox(label="Enter the Topic Prompt (Default Example below, Make sure the prompt has a ':' at the end):",
|
207 |
value=topic_prompt_default)
|
|
|
201 |
"gpt-4-0314",
|
202 |
"gpt-4-32k",
|
203 |
"gpt-4-32k-0314"])
|
204 |
+
temperature = gr.Number(label="Set Your Temperature (0.0-2.0)", value=1.2)
|
205 |
with gr.Accordion("Additional Parameters", open=False):
|
206 |
topic_prompt = gr.Textbox(label="Enter the Topic Prompt (Default Example below, Make sure the prompt has a ':' at the end):",
|
207 |
value=topic_prompt_default)
|