Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TEMP_DIR | No | 指定临时文件目录(默认:系统临时目录) | |
| WHISPER_MODEL | No | 指定 Whisper 模型(可选值:tiny, base, small, medium, large) | base |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| video_to_text | Download a video from URL, extract audio, transcribe to text, and save locally |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |