>>103560108
Updoot, managed to get it working by editing some stuff in Jan.ai, here's the code.
{
"sources": [
{
"url": "https://openai.com"
}
],
"id": "o1-2024-12-17",
"object": "model",
"name": "OpenAI o1-2024-12-17",
"version": "1.0",
"description": "OpenAI o1 is a new model with complex reasoning",
"format": "api",
"settings": {
"vision_model": true,
"textModel": false
},
"parameters": {
"max_tokens": 4096,
"temperature": 1,
"top_p": 1,
"stream": false,
"stop": [],
"frequency_penalty": 0,
"presence_penalty": 0
},
"metadata": {
"author": "OpenAI",
"tags": [
"General"
]
},
"engine": "openai"
}