This is a starter project that demonstrates how to use OpenAI's GPT-3 language model API to generate responses to prompts.
To use this project, you will need an OpenAI API key. You can sign up for an API key on the OpenAI website.
Once you have an API key, you will need to set it in the API
struct:
static let key = "API_KEY"
Once you set your key. Build and run the project.
Enter a prompt in the text field and click the "Generate" button to send the prompt to the OpenAI API and retrieve a response. The response will be displayed in the view.
This project is licensed under the MIT License. See the LICENSE file for details.