调整接口地址
This commit is contained in:
@@ -128,11 +128,11 @@ llm:
|
||||
# 2. 插件会在此 base_url 基础上请求 images/generations;
|
||||
# 3. endpoint 保留为图片接口默认值,便于后续统一调整。
|
||||
api_base_url: "https://freeapi.dgbmc.top/v1"
|
||||
endpoint: "images/generations"
|
||||
endpoint: "chat/completions"
|
||||
api_key: "sk-2XccrBRsX8OmxqCEsZjdDRczhHNaAG7Mn88mNVL7Y0w0tx72"
|
||||
# 图片模型默认使用 gpt-image-1;
|
||||
# 若网关只支持其他模型,可后续直接在这里替换。
|
||||
model: "gpt-image-1"
|
||||
model: "gpt-image-2"
|
||||
stream: false
|
||||
timeout_seconds: 300
|
||||
max_retries: 2
|
||||
|
||||
Reference in New Issue
Block a user