Skip to content

Commit 8574190

Browse files
authored
New version: nomic.gpt4all version 3.8.0
1 parent 7b47b0d commit 8574190

File tree

3 files changed

+68
-0
lines changed

3 files changed

+68
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Created with komac v2.9.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json
3+
4+
PackageIdentifier: nomic.gpt4all
5+
PackageVersion: 3.8.0
6+
InstallerType: exe
7+
InstallerSwitches:
8+
Silent: install --accept-licenses --confirm-command --accept-messages
9+
UpgradeBehavior: uninstallPrevious
10+
ReleaseDate: 2025-01-31
11+
RequireExplicitUpgrade: true
12+
Installers:
13+
- Architecture: x64
14+
InstallerUrl: https://github.com/nomic-ai/gpt4all/releases/download/v3.8.0/gpt4all-installer-win64-v3.8.0.exe
15+
InstallerSha256: 78D60817A986F5346F347073E3AC1DCA2863353D3494B564DB3B1CDE25BE47EB
16+
ManifestType: installer
17+
ManifestVersion: 1.9.0
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Created with komac v2.9.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json
3+
4+
PackageIdentifier: nomic.gpt4all
5+
PackageVersion: 3.8.0
6+
PackageLocale: en-US
7+
Publisher: Nomic
8+
PublisherUrl: https://github.com/nomic-ai
9+
PublisherSupportUrl: https://github.com/nomic-ai/gpt4all/issues
10+
PackageName: GPT4All
11+
PackageUrl: https://github.com/nomic-ai/gpt4all
12+
License: MIT
13+
LicenseUrl: https://github.com/nomic-ai/gpt4all/blob/HEAD/LICENSE.txt
14+
ShortDescription: GPT4All is a GUI application for loading and interacting with Generative AI models
15+
Tags:
16+
- llm-inference
17+
Agreements:
18+
- AgreementLabel: End User License Agreement (EULA)
19+
AgreementUrl: https://github.com/nomic-ai/gpt4all/blob/main/LICENSE.txt
20+
ReleaseNotes: |-
21+
What's New
22+
- Native DeepSeek-R1-Distill Support: GPT4All now has robust support for the DeepSeek-R1 family of distillations.
23+
- Several model variants are now available on the downloads page.
24+
- Reasoning (wrapped in "think" tags) is displayed similarly to the Reasoner model.
25+
- The DeepSeek-R1 Qwen pretokenizer is now supported, resolving the loading failure in previous versions.
26+
- The model is now configured with a GPT4All-compatible prompt template by default.
27+
- Chat Templating Overhaul: The template parser has been completely replaced with one that has much better compatibility with common models.
28+
- Code Interpreter Fixes:
29+
- An issue preventing the code interpreter from logging a single string in v3.7.0 has been fixed.
30+
- The UI no longer freezes while the code interpreter is running a computation.
31+
- Local Server Fixes:
32+
- An issue preventing the server from using LocalDocs after the first request since v3.5.0 has been fixed.
33+
- System messages are now correctly hidden from the message history.
34+
Contributors
35+
- Jared Van Bortel (Nomic AI)
36+
- Adam Treat (Nomic AI)
37+
- Riccardo Giovanetti (@Harvester62)
38+
Full Changelog: CHANGELOG.md
39+
ReleaseNotesUrl: https://github.com/nomic-ai/gpt4all/releases/tag/v3.8.0
40+
Documentations:
41+
- DocumentUrl: https://docs.gpt4all.io/
42+
ManifestType: defaultLocale
43+
ManifestVersion: 1.9.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with komac v2.9.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json
3+
4+
PackageIdentifier: nomic.gpt4all
5+
PackageVersion: 3.8.0
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.9.0

0 commit comments

Comments
 (0)