Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 822 Bytes

File metadata and controls

17 lines (15 loc) · 822 Bytes

Frequently Asked Questions

Setup

How do I configure model X?

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:

  1. Go to https://aistudio.google.com/app/apikey and generate a new key.
  2. Install the Code Intelligence plugin in your Eclipse.
  3. Open the menu Window -> Preferences, go to Code Intelligence, and add a new API Connection:
  1. Change the Model to the desired one (Gemini/models/gemini-2.0-flash).
  2. Additionally, you can also enable the chat by adjusting the desired model for this function.

Screenshot: Gemini configuration