mirror of
https://github.com/ollama/ollama-python.git
synced 2026-07-21 00:55:21 -04:00
Documentation Request #98
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @iplayfast on GitHub (Jun 9, 2024).
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 on GitHub (Jun 11, 2024):
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 ! 🚀