aoenth / MacGPT

ChatGPT with a native Mac app as frontend.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MacGPT

MacGPT Screenshot

MacGPT is a macOS app that provides a frontend to interact with the ChatGPT 3.5 API from OpenAI. This app allows you to enter text prompts and receive responses generated by the GPT-3 language model. To use this app, you will need to have your own OpenAI account and API key.

Installation

To install MacGPT, follow these steps:

  1. Clone or download the source code from the aoenth/MacGPT repository on GitHub.
  2. Open the MacGPT.xcodeproj file in Xcode.
  3. Build and run the app in Xcode.

Alternatively, you can download a pre-built binary from the releases page on GitHub.

Usage

To use MacGPT, follow these steps:

  1. Launch the app.
  2. Enter your OpenAI API key in the preferences window.
  3. Enter a text prompt in the main window.
  4. Press the "Submit" button to receive a response from the ChatGPT API.

Credits

MacGPT was created by aoenth on GitHub. The networking component of this project was based on ChatGPTSwift by alfianlosari on GitHub.

License

MacGPT is released under the MIT License. See the LICENSE file for details.

About

ChatGPT with a native Mac app as frontend.


Languages

Language:Swift 100.0%