ShawnRu commited on
Commit
44b0ebb
Β·
verified Β·
1 Parent(s): 3def57d

Update src/webui.py

Browse files
Files changed (1) hide show
  1. 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="If using a local-model, this field should be left empty.",
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 or a local-model, this field should be left empty.",
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():