mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-14 11:05:45 -05:00
[PR #1062] [MERGED] Remove extra 'S' in 'ASSISTANT' #7361
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.