Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.genie.harshalranjhani.in/llms.txt

Use this file to discover all available pages before exploring further.

The engine command is used to list the current engine being used by Genie. It will print the current engine being used by Genie along with the information about the model being used.

Usage

genie engine
There are no additional arguments required for this command.

Example

This is what the output of the engine command looks like:
🧞 Current Configuration
──────────────────────────────────────────────────
Engine:
 DeepSeek
Current Model:
 deepseek-chat

Available Models:
 deepseek-chat (current)
 deepseek-reasoner
──────────────────────────────────────────────────
Helpful Commands:
 Switch engine: genie switch
 List models:   genie switch --list-models
 Change model:  genie switch --model <model-name>