mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-21 08:15:23 -04:00
[GH-ISSUE #51] [Bug]: PentAGI doesn't actually work well with custom models hosted locally such as Azure OpenAI models. #26
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 @Aishani20278 on GitHub (Aug 16, 2025).
Original GitHub issue: https://github.com/vxcontrol/pentagi/issues/51
Originally assigned to: @asdek on GitHub.
Affected Component
AI Agents (Researcher/Developer/...)
Describe the bug
Configuring the custom LLMs section to include Azure OpenAI model deployments along with a custom config file doesn't actually configure pentagi to run and use Azure OpenAI. Not even a basic flow is being created.
Steps to Reproduce
Go to the .env file and in the custom LLMs section fill out the following details -
LLM_SERVER_URL=
LLM_SERVER_KEY=
LLM_SERVER_MODEL=
LLM_SERVER_CONFIG_PATH=
LLM_SERVER_LEGACY_REASONING=false
Run PentAGI with the following changes.
System Configuration
Deployment type: Custom Deployment.
LLM Provider: Azure OpenAI
Logs and Artifacts
No response
Screenshots or Recordings
No response
Verification
@asdek commented on GitHub (Aug 17, 2025):
Hello @Aishani20278
Thanks for reporting this issue. Unfortunately, Azure OpenAI is not currently supported because the client implementation in langchaingo is quite outdated and doesn't fully support reasoning models.
I'll work on adding proper Azure OpenAI support in the upcoming release and will update this issue once Azure OpenAI support is implemented.
@asdek commented on GitHub (Feb 21, 2026):
hey @Aishani20278
now PentAGI fully supported LiteLLM and you can try to join Azure OpenAI through LiteLLM
Closes #102