فهرست منبع

Add `README.md` for `examples`

Jeffrey Morgan 1 سال پیش
والد
کامیت
8c85dfb735
1فایلهای تغییر یافته به همراه15 افزوده شده و 0 حذف شده
  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
+```