Quardo commited on
Commit
1d8e2d0
1 Parent(s): b974d61

Updated space.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -612,7 +612,7 @@ handleApiKeys();loadModels();checkModels();loadENV();
612
  lastUpdateMessage = "Rolledback the support on O1 model, due to lack of support on params/streaming/etc."
613
  demo = gr.ChatInterface(
614
  respond,
615
- title="O1-preview",
616
  description=f"A OpenAI API proxy!<br/>View API docs [here](/api/v1/docs) <strong>[Yes you can use this as an API in a simpler manner]</strong>.<br/><strong>[Last update: {lastUpdateMessage}]</strong> Also you can only submit images to vision models; txt/code/etc. to all models.",
617
  multimodal=True,
618
  additional_inputs=[
 
612
  lastUpdateMessage = "Rolledback the support on O1 model, due to lack of support on params/streaming/etc."
613
  demo = gr.ChatInterface(
614
  respond,
615
+ title="gpt-4o-mini",
616
  description=f"A OpenAI API proxy!<br/>View API docs [here](/api/v1/docs) <strong>[Yes you can use this as an API in a simpler manner]</strong>.<br/><strong>[Last update: {lastUpdateMessage}]</strong> Also you can only submit images to vision models; txt/code/etc. to all models.",
617
  multimodal=True,
618
  additional_inputs=[