Skip to content

Adjusting Style & Verbosity in Askimo

Askimo lets you customize how responses are generated by adjusting two parameters:

  • Style → controls the tone and creativity of responses.

  • Verbosity → controls the length and level of detail.

These settings help you balance precision vs creativity and brevity vs depth depending on your task.

Enum(precise | balanced | creative) – default: balanced

  • precise → Factual, deterministic, concise. Best for technical or structured tasks.

  • balanced → A mix of clarity and readability. Best for general use.

  • creative → Imaginative, expressive, and exploratory. Best for brainstorming and ideation.


Enum(short | normal | long) – default: normal

  • short → Minimal answer (good for quick checks or saving tokens).

  • normal → Standard explanation with key details.

  • long → Extended explanation with background, examples, and context.

  • Use precise + short for data lookups or quick factual answers.

  • Use balanced + normal (default) for everyday Q&A.

  • Use creative + long for brainstorming, teaching, or storytelling.

Remember: higher verbosity may increase cost and response time.

Terminal window
askmimo> :set-param style precise
askmimo> :set-param verbosity short

Check current values:

Terminal window
askimo> :params
Provider : openai
Model : gpt-4o
Parameters (current values):
model = gpt-4o (String) – Model name to use (e.g., gpt-4o, grok-4, llama3)
style = precise (Enum(precise|balanced|creative)) – Output style (determinism vs. creativity) (suggestions: precise, balanced, creative)
verbosity = long (Enum(short|normal|long)) – Controls response length/cost (suggestions: short, normal, long)
api_key = sk-••••••ucAA (String) – API key for the current provider
Use :set-param <key> <value> to change parameters.
Use :params --list to see available keys without values.