Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DEBUG | No | Enable debug logging | false |
JWT_SECRET | No | Secret key used for JWT authentication | |
OPENAI_MODEL | No | The OpenAI model to use when not using Azure OpenAI | |
OPENAI_API_KEY | Yes | Your Azure OpenAI API key | |
SESSION_SECRET | No | Secret key used for session management | |
USE_AZURE_OPENAI | No | Whether to use Azure OpenAI (true) or standard OpenAI (false) | true |
AZURE_OPENAI_ENDPOINT | Yes | The Azure OpenAI endpoint URL (e.g., https://your-resource.openai.azure.com) | |
AZURE_OPENAI_DEPLOYMENT | Yes | Your Azure OpenAI deployment name | |
AZURE_OPENAI_API_VERSION | No | The Azure OpenAI API version to use | 2024-08-01-preview |
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 |