mirror of
https://github.com/ollama/ollama.git
synced 2025-05-31 09:19:18 +02:00
tweak README.md
This commit is contained in:
parent
e8baef6ad7
commit
0004abf32e
@ -57,7 +57,7 @@ ollama.generate("./llama-7b-ggml.bin", "hi")
|
||||
|
||||
List available local models
|
||||
|
||||
```
|
||||
```python
|
||||
models = ollama.models()
|
||||
```
|
||||
|
||||
@ -65,6 +65,10 @@ models = ollama.models()
|
||||
|
||||
Serve the ollama http server
|
||||
|
||||
```
|
||||
ollama.serve()
|
||||
```
|
||||
|
||||
### `ollama.add(filepath)`
|
||||
|
||||
Add a model by importing from a file
|
||||
|
Loading…
x
Reference in New Issue
Block a user