Update src/webui.py
Browse files- src/webui.py +2 -2
src/webui.py
CHANGED
@@ -163,12 +163,12 @@ def create_interface():
|
|
163 |
# )
|
164 |
api_key_gr = gr.Textbox(
|
165 |
label="π Enter your API-Key",
|
166 |
-
placeholder="
|
167 |
value="sk-xxxxx"
|
168 |
)
|
169 |
base_url_gr = gr.Textbox(
|
170 |
label="π Enter your Base-URL",
|
171 |
-
placeholder="If using the default Base-URL
|
172 |
value="Default",
|
173 |
)
|
174 |
with gr.Column():
|
|
|
163 |
# )
|
164 |
api_key_gr = gr.Textbox(
|
165 |
label="π Enter your API-Key",
|
166 |
+
placeholder="We currently support API-Key from ChatGPT and DeepSeek.",
|
167 |
value="sk-xxxxx"
|
168 |
)
|
169 |
base_url_gr = gr.Textbox(
|
170 |
label="π Enter your Base-URL",
|
171 |
+
placeholder="If using the default Base-URL, this field should be left empty.",
|
172 |
value="Default",
|
173 |
)
|
174 |
with gr.Column():
|