Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
GOOGLE_MODEL | No | Model to use with Google provider (only for Google provider, defaults to 'gemini') | gemini |
ZHIPU_API_KEY | No | API key for ZhipuAI | |
GEMINI_API_KEY | No | API key for Google (Gemini/Imagen) | |
IMAGE_PROVIDER | Yes | Choose between Google (Imagen/Gemini), ZhipuAI, or Bailian | |
DASHSCOPE_API_KEY | No | API key for Alibaba Bailian | |
OUTPUT_IMAGE_PATH | No | Directory to save generated images (optional) |
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 |