Rooni commited on
Commit
78e959b
·
1 Parent(s): 209e895

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ with gr.Blocks(css=css) as vui:
54
  with gr.Row():
55
  with gr.Column(scale=3):
56
  with gr.Row():
57
- model = gr.Radio(show_label=True, label="Модель", interactive=True, choices=["gpt-3.5-turbo", "gpt-3.5-turbo-16k", "gpt-3.5-turbo-16k-0613", "gpt-4"], value="gpt-4")
58
  with gr.Row():
59
  max_tokens = gr.Slider(show_label=True, label="Максимальное количество токенов", minimum=100, maximum=8000, value=4000, step=1)
60
  with gr.Column():
 
54
  with gr.Row():
55
  with gr.Column(scale=3):
56
  with gr.Row():
57
+ model = gr.Radio(show_label=True, label="Модель", interactive=True, choices=["gpt-3.5-turbo", "gpt-3.5-turbo-16k", "gpt-3.5-turbo-16k-0613", "gpt-4", "gpt-4-vision-preview"], value="gpt-4-vision-preview")
58
  with gr.Row():
59
  max_tokens = gr.Slider(show_label=True, label="Максимальное количество токенов", minimum=100, maximum=8000, value=4000, step=1)
60
  with gr.Column():