Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ASR_PROVIDER | No | ASR provider selection. Options: whisper, jianying, bcut | whisper |
| ASR_USE_CACHE | No | Whether to use cache for ASR results | false |
| WHISPER_MODEL | No | Whisper model size | base |
| WHISPER_LANGUAGE | No | Whisper language setting | auto |
| JIANYING_END_TIME | No | JianYing audio end time (milliseconds) | 6000 |
| ASR_WORD_TIME_STAMP | No | Whether word-level timestamps are needed | false |
| JIANYING_START_TIME | No | JianYing audio start time (milliseconds) | 0 |
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 | |