* chore: extension should register its own models Signed-off-by: James <james@jan.ai> --------- Signed-off-by: James <james@jan.ai> Co-authored-by: James <james@jan.ai>
98 lines
2.1 KiB
JSON
98 lines
2.1 KiB
JSON
[
|
|
{
|
|
"sources": [
|
|
{
|
|
"url": "https://openai.com"
|
|
}
|
|
],
|
|
"id": "gpt-4",
|
|
"object": "model",
|
|
"name": "OpenAI GPT 4",
|
|
"version": "1.0",
|
|
"description": "OpenAI GPT 4 model is extremely good",
|
|
"format": "api",
|
|
"settings": {},
|
|
"parameters": {
|
|
"max_tokens": 4096,
|
|
"temperature": 0.7
|
|
},
|
|
"metadata": {
|
|
"author": "OpenAI",
|
|
"tags": ["General", "Big Context Length"]
|
|
},
|
|
"engine": "openai"
|
|
},
|
|
{
|
|
"sources": [
|
|
{
|
|
"url": "https://openai.com"
|
|
}
|
|
],
|
|
"id": "gpt-4-vision-preview",
|
|
"object": "model",
|
|
"name": "OpenAI GPT 4 with Vision (Preview)",
|
|
"version": "1.0",
|
|
"description": "OpenAI GPT 4 with Vision model is extremely good in preview",
|
|
"format": "api",
|
|
"settings": {
|
|
"vision_model": true,
|
|
"textModel": false
|
|
},
|
|
"parameters": {
|
|
"max_tokens": 4096,
|
|
"temperature": 0.7
|
|
},
|
|
"metadata": {
|
|
"author": "OpenAI",
|
|
"tags": ["General", "Big Context Length", "Vision"]
|
|
},
|
|
"engine": "openai"
|
|
},
|
|
{
|
|
"sources": [
|
|
{
|
|
"url": "https://openai.com"
|
|
}
|
|
],
|
|
"id": "gpt-3.5-turbo-16k-0613",
|
|
"object": "model",
|
|
"name": "OpenAI GPT 3.5 Turbo 16k 0613",
|
|
"version": "1.0",
|
|
"description": "OpenAI GPT 3.5 Turbo 16k 0613 model is extremely good",
|
|
"format": "api",
|
|
"settings": {},
|
|
"parameters": {
|
|
"max_tokens": 4096,
|
|
"temperature": 0.7
|
|
},
|
|
"metadata": {
|
|
"author": "OpenAI",
|
|
"tags": ["General", "Big Context Length"]
|
|
},
|
|
"engine": "openai"
|
|
},
|
|
{
|
|
"sources": [
|
|
{
|
|
"url": "https://openai.com"
|
|
}
|
|
],
|
|
"id": "gpt-3.5-turbo",
|
|
"object": "model",
|
|
"name": "OpenAI GPT 3.5 Turbo",
|
|
"version": "1.0",
|
|
"description": "OpenAI GPT 3.5 Turbo model is extremely good",
|
|
"format": "api",
|
|
"settings": {},
|
|
"parameters": {
|
|
"max_tokens": 4096,
|
|
"temperature": 0.7
|
|
},
|
|
"metadata": {
|
|
"author": "OpenAI",
|
|
"tags": ["General", "Big Context Length"]
|
|
},
|
|
"engine": "openai"
|
|
}
|
|
]
|