Class GeminiKeysPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class GeminiKeysPanel extends JPanel
A UI panel for managing Gemini API keys. It allows users to enter multiple keys, save them to a local file, and provides a link to obtain new keys from Google AI Studio.
Author:
anahata
See Also:
  • Constructor Details

    • GeminiKeysPanel

      public GeminiKeysPanel(ChatConfig config)
      Constructs a new GeminiKeysPanel.
      Parameters:
      config - The chat configuration.