Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LOG_LEVEL | No | The logging level (e.g., debug, info, warning, error, critical) | info |
OLLAMA_HOST | No | The URL of the Ollama server | http://localhost:11434 |
DEFAULT_MODEL | No | The default Ollama model to use | llama3 |
OLLAMA_DEFAULT_MODEL | No | Alternative way to specify the default Ollama model to use |
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 |