mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
replace the model name for new bailing
This commit is contained in:
parent
bf74f26603
commit
d0534e308e
@ -10,12 +10,12 @@ api_meta_template = dict(
|
|||||||
|
|
||||||
models = [
|
models = [
|
||||||
dict(
|
dict(
|
||||||
path='Bailing-Pro-1120',
|
path='Bailing-Lite-20250220',
|
||||||
token='', # set your key here or in environment variable BAILING_API_KEY
|
token='', # set your key here or in environment variable BAILING_API_KEY
|
||||||
url='https://bailingchat.alipay.com/chat/completions',
|
url='https://bailingchat.alipay.com/chat/completions',
|
||||||
type=BailingAPI,
|
type=BailingAPI,
|
||||||
meta_template=api_meta_template,
|
meta_template=api_meta_template,
|
||||||
max_out_len=11264,
|
max_out_len=16384,
|
||||||
batch_size=1,
|
batch_size=1,
|
||||||
generation_kwargs={
|
generation_kwargs={
|
||||||
'temperature': 0.01,
|
'temperature': 0.01,
|
@ -10,7 +10,7 @@ api_meta_template = dict(
|
|||||||
|
|
||||||
models = [
|
models = [
|
||||||
dict(
|
dict(
|
||||||
path='Bailing-Lite-1116',
|
path='Bailing-Pro-20250225',
|
||||||
token='', # set your key here or in environment variable BAILING_API_KEY
|
token='', # set your key here or in environment variable BAILING_API_KEY
|
||||||
url='https://bailingchat.alipay.com/chat/completions',
|
url='https://bailingchat.alipay.com/chat/completions',
|
||||||
type=BailingAPI,
|
type=BailingAPI,
|
Loading…
Reference in New Issue
Block a user