Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LLM_MODEL | No | The LLM model name | |
LINGSHU_MODEL | No | The Lingshu model name | lingshu-medical-mllm/Lingshu-7B |
LLM_SERVER_API | No | The API key for the LLM server | |
LLM_SERVER_URL | No | The URL of the LLM server | |
LINGSHU_SERVER_API | No | The API key for the Lingshu server | api_key |
LINGSHU_SERVER_URL | No | The URL of the Lingshu server | http://localhost:8000/v1 |
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 |