mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-21 08:15:23 -04:00
[GH-ISSUE #97] AI Error 422 (Parameters) #53
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @beta0x01 on GitHub (Jan 15, 2026).
Original GitHub issue: https://github.com/vxcontrol/pentagi/issues/97
I faced this error with mistral models (exactly mistral-large-latest) while i'm testing the custom provider i faced 422 error, with inspecting with proxy i found that the tool sends extra params to ai endpoint where not all ai models accept the current existing params, some are excludable, so is there any way to cancel any param (with some special char or something?) or this issue will be fixed in the next version, thnx a lot. beta0x01
@632rXB1XTIB9xmwZyPkg commented on GitHub (Feb 18, 2026):
@asdek commented on GitHub (Feb 18, 2026):
Hey @beta0x01 @632rXB1XTIB9xmwZyPkg
#102 should solve this issue, you can try to update to the latest docker image
docker compose pull && docker compose up -d