Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -177,7 +177,7 @@ description = '''<div align='left'>
|
|
| 177 |
inp = [gradio.inputs.Textbox(label="请输入你的API-key(sk开头的字符串)",
|
| 178 |
default="",
|
| 179 |
type='password'),
|
| 180 |
-
gradio.inputs.Textbox(label="请输入第三方中转网址(
|
| 181 |
default="https://api.openai.com/v1"),
|
| 182 |
gradio.inputs.Textbox(lines=5,
|
| 183 |
label="请输入特定的分析要求和格式(否则为默认格式)",
|
|
|
|
| 177 |
inp = [gradio.inputs.Textbox(label="请输入你的API-key(sk开头的字符串)",
|
| 178 |
default="",
|
| 179 |
type='password'),
|
| 180 |
+
gradio.inputs.Textbox(label="请输入第三方中转网址(以/v1结尾,使用原始OpenAI的API请跳过这里)",
|
| 181 |
default="https://api.openai.com/v1"),
|
| 182 |
gradio.inputs.Textbox(lines=5,
|
| 183 |
label="请输入特定的分析要求和格式(否则为默认格式)",
|