Adding an OpenAI 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 := GtOpenAIClient apiKeyFile. fileLocation ensureDelete writeStreamDo: [ :s | s nextPutAll: apiKey ]