Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
S3_PREFIX | No | S3 prefix for organizing files | voice-gen/ |
S3_REGION | No | S3 region | us-east-1 |
S3_ENDPOINT | No | S3 endpoint URL | https://s3.amazonaws.com |
S3_BUCKET_NAME | Yes | Your S3 bucket name | |
S3_ACCESS_KEY_ID | Yes | Your S3 access key ID | |
VOICE_GEN_API_KEY | Yes | Your minimax API key | |
S3_SECRET_ACCESS_KEY | Yes | Your S3 secret access key | |
VOICE_GEN_API_GROUP_ID | Yes | Your minimax group ID |
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 |