Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PROVIDER | No | The default AI provider to use (zhipuai, openai, gemini) | zhipuai |
ZHIPUAI_MODEL | No | The ZhipuAI model to use | glm-4-flash |
GEMINI_API_KEY | No | Your Google Gemini API key | |
OPENAI_API_KEY | No | Your OpenAI API key | |
GEMINI_BASE_URL | No | Base URL for Gemini API | https://api.gemini.com/v1 |
OPENAI_BASE_URL | No | Base URL for OpenAI API | https://api.openai.com/v1 |
ZHIPUAI_API_KEY | No | Your ZhipuAI API key | |
ZHIPUAI_MODEL_MAX_TOKENS | No | Maximum tokens for ZhipuAI model | 131072 |
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 |