Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
new-api
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
54679ec8
authored
May 14, 2024
by
Calcium-Ion
Committed by
GitHub
May 14, 2024
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #251 from congyijiu/main
Update constant.go
parents
1d36a2a7
11b33f31
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
+1
-2
relay/channel/openai/constant.go
+1
-2
No files found.
relay/channel/openai/constant.go
View file @
54679ec8
package
openai
var
ModelList
=
[]
string
{
"gpt-4o"
,
"gpt-3.5-turbo"
,
"gpt-3.5-turbo-0301"
,
"gpt-3.5-turbo-0613"
,
"gpt-3.5-turbo-1106"
,
"gpt-3.5-turbo-0125"
,
"gpt-3.5-turbo-16k"
,
"gpt-3.5-turbo-16k-0613"
,
"gpt-3.5-turbo-instruct"
,
"gpt-4"
,
"gpt-4-0314"
,
"gpt-4-0613"
,
"gpt-4-1106-preview"
,
"gpt-4-0125-preview"
,
"gpt-4-32k"
,
"gpt-4-32k-0314"
,
"gpt-4-32k-0613"
,
"gpt-4-turbo-preview"
,
"gpt-4-turbo"
,
"gpt-4-turbo-2024-04-09"
,
"gpt-4-vision-preview"
,
"gpt-4-vision-preview"
,
"gpt-4o"
,
"text-embedding-ada-002"
,
"text-embedding-3-small"
,
"text-embedding-3-large"
,
"text-curie-001"
,
"text-babbage-001"
,
"text-ada-001"
,
"text-davinci-002"
,
"text-davinci-003"
,
"text-moderation-latest"
,
"text-moderation-stable"
,
...
...
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