修改了套餐包可以使用余额购买
This commit is contained in:
parent
6e429ea577
commit
4f31892d7c
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user