You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The no-cost availability of API keys for gemini with any Google account (certainly rate limited, but with an allowance of tokens I have not yet managed to exhaust) the long context window and increasingly good performance of Google Gemini makes it a possibly useful AI to use for coding assistance in QualCoder. In addition, some contexts have institutional access to teh Gemini API whose data protecdtion guarantees are preferrable to OpenAI in some jurisdictions. But Gemini is not an option in QualCoder, despite
Describe the solution you'd like
Please add Gemini as an Ai option, google has provided this seeminly smple solution to add Gemini ether as an Open Ai replacement with a few lines of python code
Here, I have explained how to add Gemini via Openrouter.ai: kaixxx#10
But I ran into a lot of rate-limit-issues. If you access the Google servers directly, this might be less of a problem.
@menelic: If you need help adding the Gemini models, post your attempt with the config file here so I can take a look. Just make sure to remove your API-keys.
Is your feature request related to a problem? Please describe.
The no-cost availability of API keys for gemini with any Google account (certainly rate limited, but with an allowance of tokens I have not yet managed to exhaust) the long context window and increasingly good performance of Google Gemini makes it a possibly useful AI to use for coding assistance in QualCoder. In addition, some contexts have institutional access to teh Gemini API whose data protecdtion guarantees are preferrable to OpenAI in some jurisdictions. But Gemini is not an option in QualCoder, despite
Describe the solution you'd like
Please add Gemini as an Ai option, google has provided this seeminly smple solution to add Gemini ether as an Open Ai replacement with a few lines of python code
https://ai.google.dev/gemini-api/docs/openai
or natively with a few lines of python
https://ai.google.dev/gemini-api/docs/quickstart?lang=python
The text was updated successfully, but these errors were encountered: