修改了套餐包可以使用余额购买

This commit is contained in:
1215525055@qq.com 2025-08-07 11:14:50 +08:00
parent 6e429ea577
commit 4f31892d7c
2 changed files with 32 additions and 3 deletions

View File

@ -251,4 +251,19 @@ sms:
verification-code: '{sign} 您的验证码为 {content}, 有效时间为120秒若非本人操作请忽略。'
#讯飞星火大模型
xfxh:
# 请求地址
url: https://spark-api-open.xf-yun.com/v1/chat/completions
# Key密码
key-password: Bearer TZVtmRZfapYDeyhFZAwt:brPDmHWTbDXYwuaBnaHc
# 回复长度限制 1 - 8192
max-tokens : 4096
# 灵活度 (1 - 6)
top-k: 1
# 概率阈值 (0.1 - 1.0)
top-p: 0.1
# 随机性 (0.1 - 2.0)
temperature: 0.1
# 服务名 ( generalv3.5 | 4.0 Ultra
model: generalv3.5

View File

@ -244,5 +244,19 @@ sms:
template:
verification-code: '{sign} 您的验证码为 {content}, 有效时间为120秒若非本人操作请忽略。'
#讯飞星火大模型
xfxh:
# 请求地址
url: https://spark-api-open.xf-yun.com/v1/chat/completions
# Key密码
key-password: Bearer TZVtmRZfapYDeyhFZAwt:brPDmHWTbDXYwuaBnaHc
# 回复长度限制 1 - 8192
max-tokens : 4096
# 灵活度 (1 - 6)
top-k: 1
# 概率阈值 (0.1 - 1.0)
top-p: 0.1
# 随机性 (0.1 - 2.0)
temperature: 0.1
# 服务名 ( generalv3.5 | 4.0 Ultra
model: generalv3.5