mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-08-24 03:56:32 +00:00
- 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.
18 lines
349 B
YAML
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
|