mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-10 15:57:04 +00:00
remove add cmd
This commit is contained in:
16
README.md
16
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user