Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
HOST | No | Server host | localhost |
PORT | No | Server port | 3000 |
NODE_ENV | No | Environment (development/production) | development |
OPENAI_API_KEY | No | OpenAI API key (required for OpenAI models) | |
ANTHROPIC_API_KEY | No | Anthropic API key (required for Claude models) | |
STABILITY_API_KEY | No | Stability AI API key (required for Stable Diffusion) | |
HUGGINGFACE_API_KEY | No | Hugging Face API key (required for Hugging Face models) |
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 |