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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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