Adding a Gemini API key
Adding an API key can be done through the UI on this page or programmatically.

To do is programmatically instead, use the following snippet:
apiKey := ''. fileLocation := GtGeminiClient apiKeyFile. fileLocation ensureDelete writeStreamDo: [ :s | s nextPutAll: apiKey ]