You can find example settings for the supported providers in README.md.
The procedure usually follows the same pattern. Here's e.g. the steps you follow for Gemini:
- Go to https://aistudio.google.com/app/apikey and generate a new key.
- Install the Code Intelligence plugin in your Eclipse.
- Open the menu Window -> Preferences, go to Code Intelligence, and add a new API Connection:
- Name: Gemini
- Type: Gemini
- Base URI: https://generativelanguage.googleapis.com/v1beta
- API key: [your api key]
- Change the Model to the desired one (Gemini/models/gemini-2.0-flash).
- Additionally, you can also enable the chat by adjusting the desired model for this function.
