* feat: jan can see feat: Add GPT-4 Vision model (Preview) fix: Add visionModel as property in ModelInfo fix: Fix condition to load local messages in useSetActiveThread hook feat: Enable Image as input for chat fix: Update model parameters in JSON files for remote GPT models fix: Add thread as optional fix: Add support for message as image fix: Linter fix: Update proxyModel to proxy_model and add textModel chore: Change proxyModel to proxy_model fix: Update settings with visionModel and textModel fix: vision model passed through the retrieval tool fix: linter * fix: could not load image and request is not able to be sent --------- Co-authored-by: Louis <louis@jan.ai>
24 lines
481 B
JSON
24 lines
481 B
JSON
{
|
|
"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"
|
|
}
|