-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e9a1a35
commit 279f51d
Showing
1 changed file
with
29 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,37 @@ | ||
# OpenGPT for macOS | ||
# ChatGPT for macOS | ||
<img width="550" src="https://user-images.githubusercontent.com/52459150/206920822-40f43ef3-95da-4990-ab66-0ddde8e82cfa.png"> | ||
|
||
OpenGPT is a state-of-the-art language model for natural language processing tasks. It allows users to generate human-like text and perform a variety of tasks, such as language translation and summarization. | ||
ChatGPT is a lightweight, native macOS app that allows for quick and easy interaction with the popular GPT-3 language model. With ChatGPT, you can easily generate natural language responses to any prompt, all from the convenience of your macOS Menu Bar. | ||
|
||
This app brings the power of OpenGPT to your macOS Menu Bar, making it easy to access and use. With a simple and lightweight interface you can quickly and easily perform a wide range of natural language processing tasks. | ||
## Fun Fact | ||
This entire readme except the artwork was written using AI. | ||
|
||
## Demo: | ||
<img width="442" alt="Screenshot 2022-12-11 at 18 14 42" src="https://user-images.githubusercontent.com/52459150/206921234-1385893a-447c-4ba8-a1a2-fc4e16eea025.png"> | ||
<img width="444" alt="Screenshot 2022-12-11 at 18 31 42" src="https://user-images.githubusercontent.com/52459150/206921980-0c1457b0-94d4-4658-92d1-8b547f639ecd.png"> | ||
|
||
|
||
## Features | ||
|
||
- Generate human-like text | ||
- Perform language translation | ||
- Summarize text | ||
- Customizable settings and options | ||
- Easy-to-use interface | ||
|
||
## Getting started | ||
|
||
To use OpenGPT for macOS, simply download the app [from latest release page](https://github.com/sourcelocation/ChatGPT-macOS/releases/latest) and launch it on your Mac. The app will guide you through the setup process and allow you to customize your settings and options to suit your needs. | ||
|
||
Once you're up and running, you can start using OpenGPT to perform natural language processing tasks. The app's user-friendly interface makes it easy to generate text, translate languages, and summarize text quickly and easily. | ||
|
||
Support | ||
|
||
If you need help getting started or have any questions about OpenGPT for macOS, please don't hesitate to contact us. Our support team is always happy to assist you and ensure you have a smooth and enjoyable experience using the app. | ||
|
||
|
||
# Fun Fact | ||
This entire readme except the artwork was written using AI. | ||
- Fast and intuitive interaction with GPT-3 from Menu Bar | ||
- Native macOS app for a seamless experience | ||
- Generate natural language responses to any prompt | ||
|
||
## Installation | ||
1. Download the latest version of ChatGPT from the releases page on GitHub. | ||
2. Move the ChatGPT nto your /Applications folder. | ||
3. Open the app from your Applications folder or use the Spotlight search to launch it. | ||
|
||
## Usage | ||
1. Open the ChatGPT app from your Applications folder. The icon will appear in your Menu Bar. | ||
2. Login into your OpenAI account or #. | ||
3. Enter a prompt in the input field and press the Enter key or click on the "Generate" button. | ||
4. ChatGPT will generate a natural language response to your prompt and display it in the output field. | ||
5. You can continue to enter prompts and generate responses as needed. | ||
|
||
## Support | ||
If you encounter any issues or have any feedback, please open an issue on the GitHub repository or join my Discord server using the link https://discord.gg/VyVcNjRMeg. I will be happy to assist you with any questions or problems you may have. | ||
|
||
## Copyright | ||
All copyright for this project belongs to OpenAI. This app is a third-party implementation of ChatGPT and is not affiliated with ChatGPT. | ||
|
||
## Credits | ||
This project makes use of CSS code from the [chatgpt-mac](https://github.com/vincelwt/chatgpt-mac) project. |