mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-08-26 04:56:36 +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.
12 lines
230 B
YAML
12 lines
230 B
YAML
provider: litellm
|
|
MODEL_NAME:
|
|
model: openrouter/openai/gpt-oss-20b
|
|
temperature: 1.0
|
|
max_tokens: 32768
|
|
json: true
|
|
SMALL_MODEL_NAME:
|
|
model: openrouter/openai/gpt-oss-20b
|
|
temperature: 1.0
|
|
max_tokens: 32768
|
|
json: true
|