|
hace 1 año | |
---|---|---|
.. | ||
readme.md | 5a85070c22 Update readmes, requirements, packagejsons, etc for all examples (#1452) | hace 1 año |
This simple examples shows what you can do without any code, simply relying on a Modelfile. The file has two instructions:
import.md
file in the docs folder of this repository.Create the model:
ollama create tweetwriter
Enter a topic to generate a tweet about.
Show the Modelfile in the REPL.
/show modelfile
Notice that the FROM and SYSTEM match what was in the file. But there is also a TEMPLATE and PARAMETER. These are inherited from the parent model.