Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dify
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ai-tech
dify
Commits
cd078a62
Unverified
Commit
cd078a62
authored
Feb 02, 2024
by
呆萌闷油瓶
Committed by
GitHub
Feb 02, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:add gpt-3.5-turbo-0125 (#2347)
parent
9f637ead
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
1 deletion
+33
-1
_position.yaml
...e/model_runtime/model_providers/openai/llm/_position.yaml
+1
-0
gpt-3.5-turbo-0125.yaml
...untime/model_providers/openai/llm/gpt-3.5-turbo-0125.yaml
+31
-0
gpt-3.5-turbo-1106.yaml
...untime/model_providers/openai/llm/gpt-3.5-turbo-1106.yaml
+1
-1
No files found.
api/core/model_runtime/model_providers/openai/llm/_position.yaml
View file @
cd078a62
...
@@ -4,6 +4,7 @@
...
@@ -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
...
...
api/core/model_runtime/model_providers/openai/llm/gpt-3.5-turbo-0125.yaml
0 → 100644
View file @
cd078a62
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
api/core/model_runtime/model_providers/openai/llm/gpt-3.5-turbo-1106.yaml
View file @
cd078a62
...
@@ -23,7 +23,7 @@ parameter_rules:
...
@@ -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'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment