Update README.md

This commit is contained in:
Jeffrey Morgan
2024-04-04 18:25:24 -07:00
committed by GitHub
parent 7201dcbbd3
commit 2fde317490
+1 -1
View File
@@ -104,7 +104,7 @@ ollama.push('user/llama2')
### Embeddings
```python
ollama.embeddings(model='llama2', prompt='They sky is blue because of rayleigh scattering')
ollama.embeddings(model='llama2', prompt='The sky is blue because of rayleigh scattering')
```
## Custom client