ollama / ollama-python

Ollama Python library
https://ollama.com
MIT License
2.69k stars 221 forks source link

fix: annotation in AsyncClient.embedding #145

Closed jingfelix closed 1 month ago

jingfelix commented 1 month ago

The same question as #114 .

In #114, annotation of Client.embedding is modified, but AsyncClient is forgotten.

mxyng commented 1 month ago

Oops thanks for fixing!