ollama / ollama-python

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

fix endpoints #2

Closed mxyng closed 6 months ago

mxyng commented 6 months ago

chat/generate uses model while other endpoints use name

jmorganca commented 6 months ago

I believe we're going to normalize everything to model soon in the REST API (still good this uses name)

mxyng commented 6 months ago

Yeah I'm looking forward to that. For now, the Python interface will be model across the board. I'd also like to change copy from source/destination to source/target. Destination feels wrong for this use case