Spaces:
Running
Running
baseurl
Browse files
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://
|
747 |
-
value="https://
|
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 |
|