mirror of
https://github.com/ollama/ollama-python.git
synced 2026-07-21 09:05:23 -04:00
options (temp, etc) print values list in python #256
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 @Abdulrahman392011 on GitHub (Apr 8, 2025).
in python I need a way to confirm the parameters or options that I set.
if you got some time on your hands add a command in python that can print out the options that the model is running with. it will be helpful as to compare responses with different values and also see the effect with no confirmation bias. sometimes I wonder if the parameter syntax I use is correct as the results are not as apparent for some parameters changes.
not necessary but helpful.