forked from cogentapps/chat-with-gpt
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1726f5b
commit 59af321
Showing
1 changed file
with
42 additions
and
2 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,2 +1,42 @@ | ||
# chat-with-gpt | ||
An unofficial open-source ChatGPT app | ||
# Chat with GPT | ||
|
||
Chat with GPT is an open-source, unofficial ChatGPT app with extra features and more ways to customize your experience. | ||
|
||
Try out the hosted version at: https://chatwithgpt.netlify.app | ||
|
||
Powered by the new ChatGPT API, this app has been developed using TypeScript + React. We welcome pull requests from the community! | ||
|
||
## Features | ||
|
||
- Fast response times. | ||
- Search through your past chat conversations. | ||
- View and customize the "system prompt" - the secret prompt shown to ChatGPT by the system before your first message. | ||
- Adjust the creativity and randomness of responses by setting the Temperature setting. Higher temperature means more creativity. | ||
- Give ChatGPT a realistic human voice by connecting your ElevenLabs text-to-speech account. | ||
- Share your favorite chat sessions online using public share URLs. | ||
- Easily copy-and-paste ChatGPT messages. | ||
- Full markdown support including code, tables, and math. | ||
- Pay for only what you use with the ChatGPT API. | ||
|
||
## Bring your own API keys | ||
|
||
### OpenAI | ||
|
||
To get started with Chat with GPT, you will need to add your OpenAI API key on the settings screen. Click "Connect your OpenAI account to get started" on the home page to begin. Once you have added your API key, you can start chatting with ChatGPT. | ||
|
||
Your API key is stored only on your device and is never transmitted to anyone except OpenAI. Please note that OpenAI API key usage is billed at a pay-as-you-go rate, separate from your ChatGPT subscription. | ||
|
||
### ElevenLabs | ||
|
||
To use the realistic text-to-speech feature, you will need to add your ElevenLabs API key by clicking "Play" next to any message. | ||
|
||
Your API key is stored only on your device and never transmitted to anyone except ElevenLabs. | ||
|
||
## Roadmap | ||
|
||
- Edit messages (coming soon) | ||
- Regenerate messages (coming soon) | ||
|
||
## License | ||
|
||
Chat with GPT is licensed under the MIT license. See the LICENSE file for more information. |