-
Notifications
You must be signed in to change notification settings - Fork 14
AAP-51301: Modify ansible-chatbot-stack build to include dependencies for gemini provider #86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AAP-51301: Modify ansible-chatbot-stack build to include dependencies for gemini provider #86
Conversation
230d2f2 to
2276579
Compare
|
I have tested with the container image built in the Konflux PR build. Gemini ( |
It was a configuration issue on my test environment set-up. I could call |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Although I left a comment on uv export format, it's very minor. I have verified the container image built worked with Gemini (and Granite) LLM.
After the conflict is resolved, I will re-approve this. Thanks!
… for gemini provider
2276579 to
f968069
Compare
|
@ldjebran @TamiTakamiya all changes from your comments applied, also rebased from main Ready for final review plz! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Jira Issue: https://issues.redhat.com/browse/AAP-51301
Description
Setting up the Gemini inference provider into the stack. It will be used by the
Ansible AI Assisted Installer, the ALIA one will keep using Granite.Just notice that from this point, Gemini models are now being listed in the
v1/modelsendpoint as well (but only working if an API key is properly set):Testing
Tested locally.
Production deployment