remove add cmd

This commit is contained in:
Michael Yang
2023-06-29 16:19:39 -07:00
parent 42047b15de
commit f0b23b538d
2 changed files with 0 additions and 24 deletions

View File

@@ -55,22 +55,6 @@ List available local models
models = ollama.models()
```
### `ollama.serve()`
Serve the ollama http server
```
ollama.serve()
```
### `ollama.add(filepath)`
Add a model by importing from a file
```python
ollama.add("./path/to/model")
```
### `ollama.load(model)`
Manually a model for generation