Open mneedham opened 9 months ago
We can use Ollama's new inline Modefile with message history to make this easier
https://www.promptingguide.ai/techniques/cot https://github.com/ollama/ollama/blob/main/docs/modelfile.md
MESSAGE user Is Toronto in Canada? MESSAGE assistant yes MESSAGE user Is Sacramento in Canada? MESSAGE assistant no MESSAGE user Is Ontario in Canada? MESSAGE assistant yes
Or maybe it would work well for few shot prompting?
We can use Ollama's new inline Modefile with message history to make this easier
https://www.promptingguide.ai/techniques/cot https://github.com/ollama/ollama/blob/main/docs/modelfile.md
Or maybe it would work well for few shot prompting?