chore: simplify model yaml (#308)
This commit is contained in:
@@ -88,7 +88,6 @@ default_parameters:
|
||||
zh: 输入及输出设置
|
||||
en: Input and output settings
|
||||
meta:
|
||||
name: doubao-seed-1.6-flash
|
||||
protocol: ark
|
||||
capability:
|
||||
function_call: true
|
||||
@@ -106,10 +105,10 @@ meta:
|
||||
reasoning: true
|
||||
prefill_response: false
|
||||
conn_config:
|
||||
base_url: ""
|
||||
base_url: "https://ark.cn-beijing.volces.com/api/v3/"
|
||||
api_key: ""
|
||||
timeout: 0s
|
||||
model: ""
|
||||
model: "" # model_id / endpoint_id
|
||||
temperature: 0.1
|
||||
frequency_penalty: 0
|
||||
presence_penalty: 0
|
||||
@@ -117,16 +116,11 @@ meta:
|
||||
top_p: 0.7
|
||||
top_k: 0
|
||||
stop: []
|
||||
openai: null
|
||||
claude: null
|
||||
ark:
|
||||
region: ""
|
||||
access_key: ""
|
||||
secret_key: ""
|
||||
retry_times: null
|
||||
custom_header: {}
|
||||
deepseek: null
|
||||
qwen: null
|
||||
gemini: null
|
||||
custom: {}
|
||||
status: 0
|
||||
|
||||
Reference in New Issue
Block a user