Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LLM_MODEL | No | The specific model to use (e.g., Qwen/Qwen2.5-7B-Instruct, gpt-4o, deepseek-chat). | Qwen/Qwen2.5-7B-Instruct |
| LLM_API_KEY | Yes | Your API key for the chosen LLM provider. | |
| LLM_BASE_URL | No | Custom API endpoint (e.g., https://api.siliconflow.cn/v1). Automatically set for siliconflow and openai if not provided. | https://api.siliconflow.cn/v1 |
| LLM_PROVIDER | Yes | The LLM provider to use. Valid options: siliconflow, openai, custom. | |
| LLM_TEMPERATURE | No | Temperature parameter for generation (default is 0.7, recommended 0.3 for academic rigor). | 0.3 |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |