https://github.com/liujch1998/siri-chatgpt
https://github.com/liujch1998/siri-chatgpt
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/liujch1998/siri-chatgpt
- Owner: liujch1998
- Created: 2023-03-02T01:43:37.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T04:53:44.000Z (about 2 years ago)
- Last Synced: 2024-08-02T01:23:36.066Z (9 months ago)
- Size: 4.88 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ChatGPT-repositories - siri-chatgpt - now you can transform siri into the real #chatgpt! simply download this shortcut (link in repo ⬇️) to your iphone, edit its script in the shortcuts app (i.e. paste your api key into the text box), and say, "hey siri, chatgpt". ask your favorite question! (NLP)
README
# ChatGPT in Siri
With this tool, you can transform Siri into the real ChatGPT!
Simply use your iPhone to download the shortcut below, paste your OpenAI API key into the script, and say, "Hey Siri, ChatGPT".
![]()
![]()
## Download Links
Version Bravo:
Updates in Bravo:
* Removed the "Your turn" prompt between each round of interactions.
* Fixed the display of newline characters, so that lists can be rendered correctly.
* Added more hyperparameter knobs and customizable system message.
* Exit when you say "Goodbye".
* Display error message after calling the API.Older:
Version Alpha:
## Installation
1. First, you need to have an iPhone (or iPad; sorry Android users!) running iOS 13 or later. Make sure you have the Shortcuts app installed. Make sure you have Siri enabled and listening for "Hey Siri".
![]()
2. You also need an OpenAI API key. This can be obtained from .
3. Download the latest version of our shortcut. You can find the link in the "Download Links" section above. Open the Shortcuts app and you should find the downloaded shortcut.
![]()
4. Rename the shortcut to "chat GPT". (You may also use any name you like that Siri can recognize, but do not use "ChatGPT" (i.e. without the space), because Siri won't recognize this word.)
5. Open the shortcut. You will see a text box at the very beginning. Paste your OpenAI API key into this text box. Click the Done button to save.
![]()
6. Now say "Hey Siri, chat GPT".
## Usage
1. Say "Hey Siri, chat GPT".
1. It should say, "I am ChatGPT. How may I assist you?" Now you can start chatting with it.
1. After reading out ChatGPT's response to your query, Siri will immediately start listening to your next query.
1. When you're finished, simply say "Goodbye" and end your conversation.
## Disclaimers
Disclaimer: This tool is powered by Siri and OpenAI's Chat API. We assume no responsibility on its behavior.
Credit: This shortcut is inspired by [this repository](https://github.com/Daiyimo/Access-chatGPT-in-Siri) and [OpenAI's Chat API](https://openai.com/blog/introducing-chatgpt-and-whisper-apis).