[PR #1062] [MERGED] Remove extra 'S' in 'ASSISTANT' #7361

Closed
opened 2025-11-11 17:24:29 -06:00 by GiteaMirror · 0 comments
Owner

📋 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: devHead: fix/gguf-modelfile-template


📝 Commits (3)

  • e4eb327 Remove extra 'S' in 'ASSISTANT'
  • 7258a79 Remove colons and another extra 'S'
  • 0aa4e3a Restore 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.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>
GiteaMirror added the pull-request label 2025-11-11 17:24:29 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#7361