CLI

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

Command Line Flags

  • -ai.engine openai Triggers 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

Command Line Flags

  • -ai.engine openai Triggers 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

Command Line Flags

  • -ai.engine ollama Triggers 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.