[GH-ISSUE #52] Getting error while running flow #30

Closed
opened 2026-06-06 22:08:07 -04:00 by yindo · 5 comments
Owner

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

Image
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 <img width="1268" height="748" alt="Image" src="https://github.com/user-attachments/assets/0b6c6d69-fb62-4dae-ab96-55423a931af7" />
yindo closed this issue 2026-06-06 22:08:07 -04:00
Author
Owner

@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 -d

Also, could you share which LLM provider and model you're trying to use? That would help pinpoint the exact issue.

openrouter.provider.yml

<!-- gh-comment-id:3209314506 --> @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 -d` Also, could you share which LLM provider and model you're trying to use? That would help pinpoint the exact issue. [openrouter.provider.yml](https://github.com/user-attachments/files/21912409/openrouter.provider.yml)
Author
Owner

@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=

<!-- gh-comment-id:3218823336 --> @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=<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=
Author
Owner

@AshutoshM27 commented on GitHub (Sep 22, 2025):

@asdek I am having same issue maybe anyone can help here.

<!-- gh-comment-id:3318681844 --> @AshutoshM27 commented on GitHub (Sep 22, 2025): @asdek I am having same issue maybe anyone can help here.
Author
Owner

@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:

volumes:
  - /your/host/path/to/openrouter.provider.yml:/opt/pentagi/conf/openrouter.provider.yml
<!-- gh-comment-id:3318721527 --> @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](https://github.com/user-attachments/files/21912409/openrouter.provider.yml) though docker-compose.yml changing: ```yaml volumes: - /your/host/path/to/openrouter.provider.yml:/opt/pentagi/conf/openrouter.provider.yml ```
Author
Owner

@asdek commented on GitHub (Feb 21, 2026):

Closes #56

<!-- gh-comment-id:3939791698 --> @asdek commented on GitHub (Feb 21, 2026): Closes #56
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: vxcontrol/pentagi#30