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

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