mirror of
https://github.com/ollama/ollama-python.git
synced 2026-07-20 14:14:26 -04:00
answer seems to relate only to the system prompt, not to the actual prompt (user) #301
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 @gg4u on GitHub (Sep 24, 2025).
I don't understand what I am doing wrong, but it seems answer relates only to the System prompt, ignoring to actual prompt.
Can you help?
PROMPT = textwrap.dedent(f"""\
""")
SYSTEM_PROMPT = textwrap.dedent(f"""
You are a [Role] who [description of actions should take].
""")
PREFILL = ''
I'd be happy to help analyze an argument. Please provide the text of [...].
Once I have the text, I'll proceed with the analysis.
@ParthSareen commented on GitHub (Oct 2, 2025):
what model are you using? have you tried asking it just a question without the text file? it still might be the case that there is some shifting behavior which causes the drop although i'd expect the opposite where the system prompt is ignored