feat: Add openai models
This commit is contained in:
parent
6fe901b83c
commit
2a853a23ea
19
models/gpt-3.5-turbo-16k-0613/model.json
Normal file
19
models/gpt-3.5-turbo-16k-0613/model.json
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"source_url": "https://openai.com",
|
||||||
|
"id": "gpt-3.5-turbo-16k-0613",
|
||||||
|
"object": "model",
|
||||||
|
"name": "OpenAI GPT 3.5",
|
||||||
|
"version": 1.0,
|
||||||
|
"description": "OpenAI GPT 3.5 model is extremely good",
|
||||||
|
"format": "api",
|
||||||
|
"settings": {},
|
||||||
|
"parameters": {
|
||||||
|
"max_tokens": 4096
|
||||||
|
},
|
||||||
|
"metadata": {
|
||||||
|
"author": "OpenAI",
|
||||||
|
"tags": ["General", "Big Context Length"]
|
||||||
|
},
|
||||||
|
"engine": "openai"
|
||||||
|
}
|
||||||
|
|
||||||
@ -7,9 +7,7 @@
|
|||||||
"description": "OpenAI GPT 3.5 model is extremely good",
|
"description": "OpenAI GPT 3.5 model is extremely good",
|
||||||
"format": "api",
|
"format": "api",
|
||||||
"settings": {},
|
"settings": {},
|
||||||
"parameters": {
|
"parameters": {},
|
||||||
"max_tokens": 4096
|
|
||||||
},
|
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"author": "OpenAI",
|
"author": "OpenAI",
|
||||||
"tags": ["General", "Big Context Length"]
|
"tags": ["General", "Big Context Length"]
|
||||||
|
|||||||
19
models/gpt-4/model.json
Normal file
19
models/gpt-4/model.json
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"source_url": "https://openai.com",
|
||||||
|
"id": "gpt-4",
|
||||||
|
"object": "model",
|
||||||
|
"name": "OpenAI GPT 3.5",
|
||||||
|
"version": 1.0,
|
||||||
|
"description": "OpenAI GPT 3.5 model is extremely good",
|
||||||
|
"format": "api",
|
||||||
|
"settings": {},
|
||||||
|
"parameters": {
|
||||||
|
"max_tokens": 4096
|
||||||
|
},
|
||||||
|
"metadata": {
|
||||||
|
"author": "OpenAI",
|
||||||
|
"tags": ["General", "Big Context Length"]
|
||||||
|
},
|
||||||
|
"engine": "openai"
|
||||||
|
}
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user