mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-21 08:15:23 -04:00
[GH-ISSUE #114] Missing provider YAML download step in Quick Installation guide #58
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 @CostanzoPablo on GitHub (Feb 21, 2026).
Original GitHub issue: https://github.com/vxcontrol/pentagi/issues/114
Hi,
I noticed a discrepancy between the Quick Installation guide on https://pentagi.com/get-started
and the Manual Installation steps in the GitHub repository README.md.
In the Quick Installation section, the steps only mention:
However, it does not include the step required to download the provider configuration files:
These files are referenced and mounted in docker-compose.yml, and without them:
OpenAI API keys defined in .env may not be used as expected
The model configuration may fall back to defaults or not work correctly
It seems that downloading the provider YAML files is required for a proper setup, even when only using OpenAI with an API key defined in .env.
It would be helpful to add this step to the Quick Installation section to avoid confusion and misconfiguration.
Thanks!
@asdek commented on GitHub (Feb 21, 2026):
Hey @CostanzoPablo,
Thank you for the detailed report! We've updated the page https://pentagi.com/get-started to address this issue.
Important clarification about provider configurations:
The OpenAI, Anthropic, Gemini, and AWS Bedrock providers use built-in default configurations that are included with the PentAGI executable. These providers work out of the box once you provide the API keys in the
.envfile - no additional YAML files are required.The provider configuration YAML files (
example.custom.provider.ymlandexample.ollama.provider.yml) are only needed when:LLM_SERVER_*environment variables)You can also customize model selections for any provider through the PentAGI Web UI by creating custom model configurations tailored to your specific needs.
Thanks again for helping us improve the documentation!