mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-20 23:57:11 -04:00
[GH-ISSUE #52] Getting error while running flow #30
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 @amitkr91221 on GitHub (Aug 21, 2025).
Original GitHub issue: https://github.com/vxcontrol/pentagi/issues/52
Hi,
While running a flow, i am getting the below error
Please help me to resolve
@asdek commented on GitHub (Aug 21, 2025):
Hey @amitkr91221
Looks like the model no longer exists in that provider's API. If you're using OpenRouter configuration, here's the updated provider file - didn't get a chance to update it in the repo yet, will be out in the next couple days with all the other updates.
If it's a different provider, please let me know which one and try updating pentagi:
docker compose pull && docker compose up -dAlso, could you share which LLM provider and model you're trying to use? That would help pinpoint the exact issue.
openrouter.provider.yml
@amitkr91221 commented on GitHub (Aug 25, 2025):
We are using Azure OpenAI and the model is gpt-40.
Below is the configuration from .env file.
LLM Providers
OPEN_AI_KEY=
OPEN_AI_SERVER_URL=https://aqeopenai.openai.azure.com/
ANTHROPIC_API_KEY=
ANTHROPIC_SERVER_URL=https://api.anthropic.com/v1
Custom LLM provider
LLM_SERVER_URL=
LLM_SERVER_KEY=
LLM_SERVER_MODEL=
LLM_SERVER_CONFIG_PATH=
LLM_SERVER_LEGACY_REASONING=
@AshutoshM27 commented on GitHub (Sep 22, 2025):
@asdek I am having same issue maybe anyone can help here.
@asdek commented on GitHub (Sep 22, 2025):
@AshutoshM27 sorry for that, it'll be fixed in few days within feature 'new providers support'
try to mount this file openrouter.provider.yml though docker-compose.yml changing:
@asdek commented on GitHub (Feb 21, 2026):
Closes #56