Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
OPENAI_MODEL | No | OpenAI model for translations | gpt-4o-mini |
OPENAI_API_KEY | Yes | Your OpenAI API key | |
OPENAI_BASE_URL | No | Custom API base URL | |
TRANSLATION_CHUNK_SIZE | No | Strings per API request | 50 |
TRANSLATION_TEMPERATURE | No | Model creativity (0.0-1.0) | 0.3 |
TRANSLATION_RATE_LIMIT_DELAY | No | Delay between requests (seconds) | 1.0 |
TRANSLATION_MAX_CONCURRENT_CHUNKS | No | Max concurrent requests | 2 |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |