davidna22 commited on
Commit
f3a5ad0
1 Parent(s): d940b9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.5)
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)