mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 11:42:29 +08:00
feat:add gpt-3.5-turbo-0125 (#2347)
This commit is contained in:
parent
9f637ead38
commit
cd078a6264
|
@ -4,6 +4,7 @@
|
|||
- gpt-4-1106-preview
|
||||
- gpt-4-0125-preview
|
||||
- gpt-4-vision-preview
|
||||
- gpt-3.5-turbo-0125
|
||||
- gpt-3.5-turbo
|
||||
- gpt-3.5-turbo-16k
|
||||
- gpt-3.5-turbo-16k-0613
|
||||
|
|
|
@ -0,0 +1,31 @@
|
|||
model: gpt-3.5-turbo-0125
|
||||
label:
|
||||
zh_Hans: gpt-3.5-turbo-0125
|
||||
en_US: gpt-3.5-turbo-0125
|
||||
model_type: llm
|
||||
features:
|
||||
- multi-tool-call
|
||||
- agent-thought
|
||||
- stream-tool-call
|
||||
model_properties:
|
||||
mode: chat
|
||||
context_size: 16385
|
||||
parameter_rules:
|
||||
- name: temperature
|
||||
use_template: temperature
|
||||
- name: top_p
|
||||
use_template: top_p
|
||||
- name: presence_penalty
|
||||
use_template: presence_penalty
|
||||
- name: frequency_penalty
|
||||
use_template: frequency_penalty
|
||||
- name: max_tokens
|
||||
use_template: max_tokens
|
||||
default: 512
|
||||
min: 1
|
||||
max: 4096
|
||||
pricing:
|
||||
input: '0.0005'
|
||||
output: '0.0015'
|
||||
unit: '0.001'
|
||||
currency: USD
|
|
@ -23,7 +23,7 @@ parameter_rules:
|
|||
use_template: max_tokens
|
||||
default: 512
|
||||
min: 1
|
||||
max: 16385
|
||||
max: 4096
|
||||
pricing:
|
||||
input: '0.001'
|
||||
output: '0.002'
|
||||
|
|
Loading…
Reference in New Issue
Block a user