ollama / ollama-python

Ollama Python library
https://ollama.com
MIT License
2.75k stars 227 forks source link

:memo: Documentation request - for fewshot templates model #46

Closed adriens closed 5 months ago

adriens commented 5 months ago

:grey_question: About

In the latest ollama (v0.1.22) supports kind of fewshot templates, see history :

image

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

:dart: Action

It would be interesting to put this in the "Create" section as this feature has a great potential.

mxyng commented 5 months ago

This is a feature of the Modelfile and does not require any special handling client-side, as long as your Ollama server is >=0.1.22