tbdavid2019 commited on
Commit
93dc245
·
verified ·
1 Parent(s): 9734a09
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -742,9 +742,9 @@ with gr.Blocks(title="PDF to Podcast", css="""
742
  # )
743
 
744
  api_base = gr.Textbox(
745
- label="Custom API Base",
746
- placeholder="https://api.openai.com/v1/models", # 預設值顯示
747
- value="https://api.openai.com/v1/models", # 預設實際值
748
  info="If you are using a custom or local model, provide the API base URL here.",
749
  )
750
 
 
742
  # )
743
 
744
  api_base = gr.Textbox(
745
+ label="Custom BaseURL for API Base",
746
+ placeholder="https://gemini.david888.com/v1", # 預設值顯示
747
+ value="https://gemini.david888.com/v1", # 預設實際值
748
  info="If you are using a custom or local model, provide the API base URL here.",
749
  )
750