ollama / ollama-python

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

Made the API more readable. #28

Closed Red-exe-Engineer closed 8 months ago

Red-exe-Engineer commented 8 months ago

I didn't do a lot of API reworking, this mostly just makes stuff easier to read. The most I did do was change a few internal variable and propositional argument names, hope I didn't miss anything. xD

mxyng commented 8 months ago

Thanks for the pull request. However, I'm going to close this since the style is already established. If you have specific concerns about readability, feel free to open an issue

Red-exe-Engineer commented 8 months ago

Oof, alright. I'll look into just fixing variable names, but two space indentation really isn't recommended in Python.