Files
Dmitry Ng ebb228b19a feat(graphiti): enhance configuration and integration settings
- Added new environment variables to `.env.example` and `docker-compose-graphiti.yml` for Graphiti, including `GRAPHITI_CPUS`, `GRAPHITI_MEMORY`, and various ingestion and logging settings.
- Updated the README to clarify the optional nature of the Graphiti integration and its configuration requirements.
- Enhanced the backend installer to support new Graphiti configuration options, ensuring proper handling of the Graphiti stack.
- Improved the user interface for Graphiti settings in the installer wizard, allowing for better configuration management.
- Revised documentation to reflect changes in Graphiti's deployment modes and integration capabilities.
2026-07-30 16:26:16 +03:00

18 lines
349 B
YAML

provider: custom
MODEL_NAME:
model: Qwen/Qwen3.6-27B-FP8
temperature: 1.0
max_tokens: 32768
json: true
extra_body:
chat_template_kwargs:
enable_thinking: false
SMALL_MODEL_NAME:
model: Qwen/Qwen3.6-27B-FP8
temperature: 1.0
max_tokens: 32768
json: true
extra_body:
chat_template_kwargs:
enable_thinking: false