Update app.py
Browse filesremoved gpt-4o-mini as option
app.py
CHANGED
|
@@ -45,7 +45,7 @@ with gr.Blocks(title="DeepV for RTL (Model-Agnostic)", theme=gr.themes.Soft()) a
|
|
| 45 |
with gr.Column(scale=2):
|
| 46 |
with gr.Row():
|
| 47 |
model_choice = gr.Dropdown(
|
| 48 |
-
choices=["gpt-4o", "gpt-
|
| 49 |
value="gpt-4o",
|
| 50 |
label="Model"
|
| 51 |
)
|
|
|
|
| 45 |
with gr.Column(scale=2):
|
| 46 |
with gr.Row():
|
| 47 |
model_choice = gr.Dropdown(
|
| 48 |
+
choices=["gpt-4o", "gpt-4.1", "gpt-5-chat-latest"],
|
| 49 |
value="gpt-4o",
|
| 50 |
label="Model"
|
| 51 |
)
|