OpenAI Key

This is optional. In case your app uses OpenAI, you will need your private key from there.

First, head up to https://platform.openai.com/api-keys

Generate a new key:

Add your OpenAI key to the OpenAIController.swift file in the server repository:

private func getApiKey() -> String{
        return "Your_api_key_here"
}

Last updated