IFMedTechdemo commited on
Commit
6176c21
·
verified ·
1 Parent(s): a0b3578

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ with gr.Blocks(title="Pollinations AI Text API") as demo:
56
 
57
  with gr.Row():
58
  model_dropdown = gr.Dropdown(
59
- choices=["openai", "mistral","deepseek", "openai-fast","qwen-coder"],
60
  value="openai",
61
  label="Model"
62
  )
 
56
 
57
  with gr.Row():
58
  model_dropdown = gr.Dropdown(
59
+ choices=["openai", "mistral","openai-reasoning", "openai-fast","chickytutor"],
60
  value="openai",
61
  label="Model"
62
  )