Skip to content

This is a starter project that demonstrates how to use OpenAI's GPT-3 language model API to generate responses to prompts.

License

Notifications You must be signed in to change notification settings

bobbymay/OpenAI-Starter-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenAI GPT-3 Language Model API Starter Project

This is a starter project that demonstrates how to use OpenAI's GPT-3 language model API to generate responses to prompts.

Getting Started

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.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

This is a starter project that demonstrates how to use OpenAI's GPT-3 language model API to generate responses to prompts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages