This pull request fixes a syntax error in Models.svelte file of the open-webui project (Addresses #1061), where the model file content string was incorrectly formatted. The error was identified by a community member, beegie, on Discord. The correction involves updating the template string to ensure correct parameter definitions for the chat model settings.
Changelog Entry
Added
N/A
Fixed
Fixed syntax error in the Modelfile 'ASSISTANT' parameter string of Models.svelte, ensuring correct parameter definitions for chat model settings.
Changed
Updated Models.svelte to correct the format of the Modelfile.
Removed
N/A
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/open-webui/open-webui/pull/1062
**Author:** [@justinh-rahb](https://github.com/justinh-rahb)
**Created:** 3/6/2024
**Status:** ✅ Merged
**Merged:** 3/6/2024
**Merged by:** [@tjbck](https://github.com/tjbck)
**Base:** `dev` ← **Head:** `fix/gguf-modelfile-template`
---
### 📝 Commits (3)
- [`e4eb327`](https://github.com/open-webui/open-webui/commit/e4eb32709d39a6b4dcec2dd61c0fd6afbadab7b4) Remove extra 'S' in 'ASSISTANT'
- [`7258a79`](https://github.com/open-webui/open-webui/commit/7258a794f19e8e0d6ae27d095c4b2ff517567630) Remove colons and another extra 'S'
- [`0aa4e3a`](https://github.com/open-webui/open-webui/commit/0aa4e3aafb6e8227e6dcf1f255f921cf9141a731) Restore colons
### 📊 Changes
**1 file changed** (+1 additions, -1 deletions)
<details>
<summary>View changed files</summary>
📝 `src/lib/components/chat/Settings/Models.svelte` (+1 -1)
</details>
### 📄 Description
## Description
This pull request fixes a syntax error in `Models.svelte` file of the `open-webui` project (Addresses #1061), where the model file content string was incorrectly formatted. The error was identified by a community member, beegie, on Discord. The correction involves updating the template string to ensure correct parameter definitions for the chat model settings.
---
### Changelog Entry
### Added
- N/A
### Fixed
- Fixed syntax error in the Modelfile 'ASSISTANT' parameter string of `Models.svelte`, ensuring correct parameter definitions for chat model settings.
### Changed
- Updated `Models.svelte` to correct the format of the Modelfile.
### Removed
- N/A
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/1062
Author: @justinh-rahb
Created: 3/6/2024
Status: ✅ Merged
Merged: 3/6/2024
Merged by: @tjbck
Base:
dev← Head:fix/gguf-modelfile-template📝 Commits (3)
e4eb327Remove extra 'S' in 'ASSISTANT'7258a79Remove colons and another extra 'S'0aa4e3aRestore colons📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
src/lib/components/chat/Settings/Models.svelte(+1 -1)📄 Description
Description
This pull request fixes a syntax error in
Models.sveltefile of theopen-webuiproject (Addresses #1061), where the model file content string was incorrectly formatted. The error was identified by a community member, beegie, on Discord. The correction involves updating the template string to ensure correct parameter definitions for the chat model settings.Changelog Entry
Added
Fixed
Models.svelte, ensuring correct parameter definitions for chat model settings.Changed
Models.svelteto correct the format of the Modelfile.Removed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.