Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SERVER_PORT | No | The port on which the server will run | 8000 |
| OPENSEARCH_URL | Yes | The URL of the OpenSearch instance | http://localhost:9200 |
| SEARCH_API_KEY | No | Optional API key to add protection against bots spamming the LLM. If not provided, no API key will be needed to query the API | |
| MISTRAL_API_KEY | No | API key for Mistral.ai LLM provider | |
| EINFRACZ_API_KEY | No | API key for e-infra CZ LLM provider | |
| OPENROUTER_API_KEY | No | API key for OpenRouter LLM provider |
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 | |