mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-08-29 06:26:34 +00:00
Code review found the providers were fully wired in code but missing from several user-facing surfaces: - MiniMax (#328): add to .env.example, docker-compose env passthrough, backend/docs/config.md env table, README provider list + a MiniMax configuration section, and backend/docs/database.md PROVIDER_TYPE enum. - Claude Opus 4.7/4.8 (#288): add to the README Claude and Bedrock model catalogs and correct the model counts (10→11 Claude, 21→24 Bedrock); note 4.7/4.8 are adaptive-thinking-only in the Adaptive Thinking section. - llms_how_to.md: scope the "Temperature=1.0" rule to budget thinking and add an adaptive-thinking caveat (4.7/4.8 reject sampling params), so the guide no longer contradicts the shipped adaptive code path. - docker-compose: point the Bedrock config/models default mount at the tracked examples/configs/bedrock-glm-flash.* files (the README-documented path) so a plain `docker compose up` no longer creates empty placeholder directories. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>