Quardo commited on
Commit
b974d61
1 Parent(s): 834c1b3

Updated space.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -617,7 +617,7 @@ demo = gr.ChatInterface(
617
  multimodal=True,
618
  additional_inputs=[
619
  gr.Textbox(value="You are a helpful assistant. You are an OpenAI GPT model. Please adhere to OpenAI's usage policies and guidelines. Ensure your responses are accurate, respectful, and within the scope of OpenAI's rules.", label="System message"),
620
- gr.Dropdown(choices=models, value="o1-mini", label="Model"),
621
  gr.Slider(minimum=1, maximum=4096, value=4096, step=1, label="Max new tokens"),
622
  gr.Slider(minimum=0.1, maximum=2.0, value=0.7, step=0.05, label="Temperature"),
623
  gr.Slider(minimum=0.05, maximum=1.0, value=0.95, step=0.05, label="Top-p (nucleus sampling)"),
 
617
  multimodal=True,
618
  additional_inputs=[
619
  gr.Textbox(value="You are a helpful assistant. You are an OpenAI GPT model. Please adhere to OpenAI's usage policies and guidelines. Ensure your responses are accurate, respectful, and within the scope of OpenAI's rules.", label="System message"),
620
+ gr.Dropdown(choices=models, value="gpt-4o-mini", label="Model"),
621
  gr.Slider(minimum=1, maximum=4096, value=4096, step=1, label="Max new tokens"),
622
  gr.Slider(minimum=0.1, maximum=2.0, value=0.7, step=0.05, label="Temperature"),
623
  gr.Slider(minimum=0.05, maximum=1.0, value=0.95, step=0.05, label="Top-p (nucleus sampling)"),