Skip to content

Why does it take so long for Jan to update new models? #3699

Answered by imtuyethan
imtuyethan asked this question in Get Help
Discussion options

You must be logged in to vote

We're working on a big update to how Jan handles models. This should make it way easier for us to add new models in the future. Check out the details here: #3633

In the meantime, if you're itching to try new models:

1. For on-device models

You can import directly from Hugging Face.

2. For remote models (for example: GPT-o1), follow the steps here:

a) Create a new file called gpt-o1.json in your Jan models folder.
b) Paste this content into the file (adjust as needed for other models):

{
  "sources": [
    {
      "url": "https://openai.com"
    }
  ],
  "id": "o1-preview",
  "object": "model",
  "name": "o1-preview",
  "version": "1.1",
  "description": "o1-preview is a new flagship model…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by imtuyethan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: model hub Built in models, latest HF models page
1 participant