youngtsai commited on
Commit
6867aca
·
1 Parent(s): f768d7d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -292,7 +292,7 @@ with gr.Blocks() as demo:
292
  with gr.Column():
293
  # basic inputs
294
  gr.Markdown("## 1. Basic Inputs")
295
- model = gr.Radio(["gpt-4-1106-preview", "gpt-3.5-turbo"], label="Model", value="gpt-4-1106-preview")
296
  max_tokens = gr.Slider(minimum=50, maximum=4000, value=1000, label="Max Tokens")
297
  sys_content_input = gr.Textbox(label="System Prompt", value="You are an English teacher who is practicing with me to improve my English writing skill.")
298
  scenario_input = gr.Textbox(label="Scenario")
 
292
  with gr.Column():
293
  # basic inputs
294
  gr.Markdown("## 1. Basic Inputs")
295
+ model = gr.Radio(["gpt-4o", "gpt-3.5-turbo"], label="Model", value="gpt-4o")
296
  max_tokens = gr.Slider(minimum=50, maximum=4000, value=1000, label="Max Tokens")
297
  sys_content_input = gr.Textbox(label="System Prompt", value="You are an English teacher who is practicing with me to improve my English writing skill.")
298
  scenario_input = gr.Textbox(label="Scenario")