[GH-ISSUE #296] Provide a way to override system prompt at runtime #132

Closed
opened 2026-04-12 09:39:45 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @jmorganca on GitHub (Aug 6, 2023).
Original GitHub issue: https://github.com/ollama/ollama/issues/296

Originally assigned to: @jmorganca on GitHub.

curl -X POST http://localhost:11434/api/generate -d '{
    "model": "llama2",
    "system": "You are a helpful assistant.",
    "prompt": "hello"
}'
Originally created by @jmorganca on GitHub (Aug 6, 2023). Original GitHub issue: https://github.com/ollama/ollama/issues/296 Originally assigned to: @jmorganca on GitHub. ```bash curl -X POST http://localhost:11434/api/generate -d '{ "model": "llama2", "system": "You are a helpful assistant.", "prompt": "hello" }' ```
GiteaMirror added the feature request label 2026-04-12 09:39:45 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#132