Commit 0004abf3 authored by Jeffrey Morgan's avatar Jeffrey Morgan
Browse files

tweak `README.md`

parent e8baef6a
...@@ -57,7 +57,7 @@ ollama.generate("./llama-7b-ggml.bin", "hi") ...@@ -57,7 +57,7 @@ ollama.generate("./llama-7b-ggml.bin", "hi")
List available local models List available local models
``` ```python
models = ollama.models() models = ollama.models()
``` ```
...@@ -65,6 +65,10 @@ models = ollama.models() ...@@ -65,6 +65,10 @@ models = ollama.models()
Serve the ollama http server Serve the ollama http server
```
ollama.serve()
```
### `ollama.add(filepath)` ### `ollama.add(filepath)`
Add a model by importing from a file Add a model by importing from a file
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment