mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-20 23:57:11 -04:00
[GH-ISSUE #63] [Enhancement]: how i can use gemini-2.5-pro as a single model for all tasks working with docker compose #31
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 @HUSMUS9999 on GitHub (Oct 17, 2025).
Original GitHub issue: https://github.com/vxcontrol/pentagi/issues/63
Originally assigned to: @asdek on GitHub.
Target Component
External Integrations (LLM/Search APIs)
Enhancement Description
docker-compose.yml
[gemini-provider.yml](https://github.com/user-attac
config.yml
ments/files/22974032/gemini-provider.yml)
Technical Details
i modified the .env with custom provider pointing to gemini server and specifying the model doesn't work also tried with custom yaml file but nothing worked i even tried to modify the backend/pkg/provider/gemini/config.yml
Designs and Mockups
No response
Alternative Solutions
No response
Verification
@asdek commented on GitHub (Oct 17, 2025):
Hello @HUSMUS9999,
Thank you for your report. We found a bug with creating new provider configurations in the UI.
To resolve this issue, please update your PentAGI docker image and use the web UI forms:
Go to Settings menu in the left bottom corner of the main screen

Select Providers submenu

Click Create Provider dropdown menu and choose Gemini provider option

Fill in a unique provider name

Modify the default models in the form according to your needs

Click the Create Provider button

After that, your new provider will be available on the main screen to start new flows with it.
To update the docker image, please use the
./installerbinary or run this console command:Let me know if you encounter any issues after updating!
@HUSMUS9999 commented on GitHub (Oct 20, 2025):
Issue fixed thanks for help and quick replies !!