simonw / llm-gemini

LLM plugin to access Google's Gemini family of models
Apache License 2.0
104 stars 8 forks source link

configure model options that can be used on the command line #11

Open mvtango opened 3 months ago

mvtango commented 3 months ago

Allows to specify max_output_tokens and other parameters on the command line, issue #3 , like so:

llm prompt --model gemini-pro  --option max_output_tokens 100  "Help me to find names for my new bicycle!"
mvtango commented 3 months ago

For a start, I've added only four of the options that are available, the ones I needed. If I chose the right way to do it, I'll add the other ones and add to the documentation.

xeb commented 1 month ago

+1 for this PR