replace the model name for new bailing

This commit is contained in:
christopher.dy 2025-04-21 10:37:00 +08:00
parent bf74f26603
commit d0534e308e
2 changed files with 3 additions and 3 deletions

View File

@ -10,12 +10,12 @@ api_meta_template = dict(
models = [
dict(
path='Bailing-Pro-1120',
path='Bailing-Lite-20250220',
token='', # set your key here or in environment variable BAILING_API_KEY
url='https://bailingchat.alipay.com/chat/completions',
type=BailingAPI,
meta_template=api_meta_template,
max_out_len=11264,
max_out_len=16384,
batch_size=1,
generation_kwargs={
'temperature': 0.01,

View File

@ -10,7 +10,7 @@ api_meta_template = dict(
models = [
dict(
path='Bailing-Lite-1116',
path='Bailing-Pro-20250225',
token='', # set your key here or in environment variable BAILING_API_KEY
url='https://bailingchat.alipay.com/chat/completions',
type=BailingAPI,