feat: Add openai gpt-3.5 model.json
This commit is contained in:
parent
6d3bf24d5c
commit
a985626f29
19
models/openai-gpt-3.5/model.json
Normal file
19
models/openai-gpt-3.5/model.json
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"source_url": "https://api.openai.com/v1",
|
||||||
|
"id": "openai-gpt35",
|
||||||
|
"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