Command Line Tool #
TODO
AI Models #
Force EndpointElf to use OpenAI for extraction and model descriptions.
-ai.engine openai [-ai.model gpt-4o]
Environment Variables
OPENAI_API_KEY(Triggers AI to use OpenAI)OPENAPI_MODELorai.modelin the configuration file
Command Line Flags
-ai.engine openaiTriggers AI to use OpenAI-ai.model <string>Override the default model used-ai.url <string>overrides the base URL for contacting OpenAI
Refer to the OpenAI documentation for their current models.
Force EndpointElf to use Claude (Anthropic) for extraction and model descriptions.
-ai.engine anthropic [-ai.model <string>]
Environment Variables
ANTHROPIC_API_KEY(Triggers AI to use Anthropic)ANTHROPIC_MODELorai.modelin the configuration file
Command Line Flags
-ai.engine openaiTriggers AI to use OpenAI-ai.model <string>Override the default model used-ai.url <string>overrides the base URL for contacting Anthropic
Refer to the Anthropic documentation for their current models.
Force EndpointElf to use a local model via Ollama.
-ai.engine ollama [-ai.model codellama]
Environment Variables
OLLAMA_MODELorai.modelin the configuration file
Command Line Flags
-ai.engine ollamaTriggers AI to use Ollama-ai.model <string>Override the default model used-ai.url <string>overrides the base URL for contacting Ollama
Refer to the Ollama documentation for their current models.