Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( BaseURL = config.GenFlag("integrations.openai.base_url", "", "Base URL for OpenAI API (`https://openrouter.ai/api/v1` can be used for OpenRouter)") Token = config.GenFlag("integrations.openai.token", "", "API Key for OpenAI access (used in translating statements)") DefaultModel = config.GenFlag("integrations.openai.default_model", "gpt-4o", "Default model for LLM translations") ErrUnauthed = errors.New("unauthenticated to OpenAI endpoint") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.