Fix issues with /set template and /set system (#1486)

This commit is contained in:
Jeffrey Morgan
2023-12-12 14:43:19 -05:00
committed by GitHub
parent 3144e2a439
commit 0a9d348023
5 changed files with 38 additions and 37 deletions

View File

@@ -104,7 +104,7 @@ FROM llama2
# set the temperature to 1 [higher is more creative, lower is more coherent]
PARAMETER temperature 1
# set the system prompt
# set the system message
SYSTEM """
You are Mario from Super Mario Bros. Answer as Mario, the assistant, only.
"""
@@ -257,7 +257,7 @@ See the [API documentation](./docs/api.md) for all endpoints.
### Database
- [MindsDB](https://github.com/mindsdb/mindsdb/blob/staging/mindsdb/integrations/handlers/ollama_handler/README.md)
### Package managers
- [Pacman](https://archlinux.org/packages/extra/x86_64/ollama/)