mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #2987] Custom Model not loading instructions when loading through "@" #13091
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?
Originally created by @DraculaVladimir on GitHub (Jun 10, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/2987
Bug Report
Description
Custom Model not loading instructions when loading through "@"
Bug Summary:
Custom Model not loading instructions when loading through "@"
Steps to Reproduce:

Load any model. Say "hi". Create a model called "Imagine" and
Expected Behavior:
I expect the custom model to obey the instruction placed on "System Prompt"
Actual Behavior:
Model provides response as if the custom "System Prompt" did not exist.
Environment
Open WebUI Version: v0.3.1
Ollama Version: 0.1.42
Reproduction Details
Confirmation:
Logs and Screenshots
docker.log
Browser Console Logs:
[Include relevant browser console logs, if applicable]
Docker Container Logs:
[Include relevant Docker container logs, if applicable]
Screenshots (if applicable):
[Attach any relevant screenshots to help illustrate the issue]
Installation Method
docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main
@tjbck commented on GitHub (Jun 10, 2024):
Seems to be a model specific issue here.