feat:add gpt-3.5-turbo-0125 (#2347)

This commit is contained in:
呆萌闷油瓶 2024-02-02 12:33:11 +08:00 committed by GitHub
parent 9f637ead38
commit cd078a6264
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 33 additions and 1 deletions

View File

@ -4,6 +4,7 @@
- gpt-4-1106-preview - gpt-4-1106-preview
- gpt-4-0125-preview - gpt-4-0125-preview
- gpt-4-vision-preview - gpt-4-vision-preview
- gpt-3.5-turbo-0125
- gpt-3.5-turbo - gpt-3.5-turbo
- gpt-3.5-turbo-16k - gpt-3.5-turbo-16k
- gpt-3.5-turbo-16k-0613 - gpt-3.5-turbo-16k-0613

View File

@ -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

View File

@ -23,7 +23,7 @@ parameter_rules:
use_template: max_tokens use_template: max_tokens
default: 512 default: 512
min: 1 min: 1
max: 16385 max: 4096
pricing: pricing:
input: '0.001' input: '0.001'
output: '0.002' output: '0.002'