Explorar o código

Add `README.md` for `examples`

Jeffrey Morgan hai 1 ano
pai
achega
8c85dfb735
Modificáronse 1 ficheiros con 15 adicións e 0 borrados
  1. 15 0
      examples/README.md

+ 15 - 0
examples/README.md

@@ -0,0 +1,15 @@
+# Examples
+
+This directory contains examples that can be created and run with `ollama`.
+
+To create a model:
+
+```
+ollama create example -f <example file>
+```
+
+To run a model:
+
+```
+ollama run example
+```