-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds GPT4All as a local model option for all GGUF files #851
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for opening this PR @AndriyMulyar 🔥 Quite supportive of GPT4All.
Do you have a SVG for the GPT4All logo?
Note: we batch the LocalApps so there would be some delay in merging this as the last batch was released earlier this week.
docsUrl: "https://nomic.ai/gpt4all", | ||
mainTask: "text-generation", | ||
displayOnModelPage: isGgufModel, | ||
deeplink: (model) => new URL(`gpt4all://models/huggingface/${model.id}`), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the deeplink URL deployed? It didn't work for me on v3.2.1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deep link support is not deployed out but will work with that path. Happy to remove it for now and add deeplink in a subsequent PR if you don't want the preemptive path.
Here is an SVG of the logo: https://github.com/nomic-ai/gpt4all/blob/main/gpt4all-chat/icons/gpt4all.svg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @AndriyMulyar - Do you have any timelines for when the Deeplink will go live?
We can sync merging this PR accordingly!
No description provided.