ollama / ollama-python

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

Documentation Request #186

Open iplayfast opened 3 months ago

iplayfast commented 3 months ago

Could the examples be re-written so that all optional parameter are shown (and commented out). i'm finding the formatting and order is important and the examples don't show that. (how do I set temperature in a chat?)

Could all examples be put on one page, we don't need 20 or so single line examples in 20 files, it's better if it's on one page that we can just scroll down.

Josephrp commented 3 months ago

seems like you're talking about the base not documentation, just control + click on the relevant function in your IDE (most IDEs work like that) and it will take you directly to the function which should be well described.

hope this helps + applogies if it didnt ! 🚀