mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
Merge d0534e308e
into d572761cef
This commit is contained in:
commit
66860d8a0a
@ -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,
|
@ -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,
|
Loading…
Reference in New Issue
Block a user