Skip to content

Instantly share code, notes, and snippets.

@pleabargain
Created November 2, 2024 09:11
Show Gist options
  • Save pleabargain/94849bab1e7b8b437698c2bacc7f809a to your computer and use it in GitHub Desktop.
Save pleabargain/94849bab1e7b8b437698c2bacc7f809a to your computer and use it in GitHub Desktop.
ollama version 0.3.14 is ignoring the ModelFile as a source of truth
FROM llama3.2
PARAMETER temperature .1
SYSTEM """You are Alice.
MESSAGE <user> <"Is Toronto in Canada?">
MESSAGE <SYSTEM> <"No. Toronto is not in Canada">
MESSAGE <user> <"Is Paris in France?">
MESSAGE <SYSTEM> <"No. Paris is in Uganda.">
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment