|
27 | 27 | * Uses OpenAI TTS to read back response in a more natural voice (needs "Speak text with OpenAI" (2A) shortcut installed)
|
28 | 28 | * Can modify shortcut to use ElevenLabs TTS for reading back response if desired, or to use iOS built-in TTS
|
29 | 29 |
|
30 |
| -### C. [Weather summary](https://www.icloud.com/shortcuts/5c29fe42940a4275a7a4e92fac90dde8) 🔗 |
| 30 | +### C. [Weather summary](https://www.icloud.com/shortcuts/d55f0b6034174a25bdedd0201bcf3638) 🔗 |
31 | 31 |
|
32 | 32 | * Fetches weather data for your current location and have ChatGPT read back a natural language summary of the upcoming weather
|
33 | 33 | * Uses the ChatGPT app like (1), so does not work on macOS
|
34 | 34 |
|
35 |
| -### D. [Today's agenda and weather](https://www.icloud.com/shortcuts/4f4f10b2306844ac8526f86aef32cbf6) 🔗 |
| 35 | +### D. [Today's agenda and weather](https://www.icloud.com/shortcuts/d7f5af6e14994f61931ea944c32c0dc0) 🔗 |
36 | 36 |
|
37 | 37 | * Define a list of iOS calendars which are used to fetch your scheduled events for the day, and have ChatGPT read back a summary of your agenda
|
38 | 38 | * Uses the ChatGPT app like (1), so does not work on macOS
|
39 | 39 |
|
40 |
| -### E. [ChatGPT via API](https://www.icloud.com/shortcuts/9aed05675a574bd385f73e4d5b77a9da) 🔗 |
| 40 | +### E. [ChatGPT via API](https://www.icloud.com/shortcuts/19ab91b2feb24603b775b27255f28a2d) 🔗 |
41 | 41 |
|
42 | 42 | * Drop-in replacement for the ChatGPT app's "Ask ChatGPT" Shortcut action
|
43 | 43 | * Provide text as input and use the OpenAI API to submit the text to ChatGPT as a prompt
|
|
51 | 51 |
|
52 | 52 | ## 2. AI Text-to-speech (TTS)
|
53 | 53 |
|
54 |
| -### A. [Speak text with OpenAI](https://www.icloud.com/shortcuts/1c4e5e9f26bc4a89a2bd6c6db24d0f3b) 🔗 |
| 54 | +### A. [Speak text with OpenAI](https://www.icloud.com/shortcuts/145543df7c444a6d9117024365955cce) 🔗 |
55 | 55 |
|
56 | 56 | * Drop-in replacement for the "Speak Text" Shortcut action using OpenAI's TTS voices to speak the text
|
57 | 57 | * Falls back to using the "Speak Text" action if it fails
|
58 | 58 | * Requires your own [OpenAI API key](https://help.openai.com/en/articles/4936850-where-do-i-find-my-api-key) 🔗
|
| 59 | +* This shortcut was adapted from the [“Dispatch” shortcut by Nicololo Diamante](https://github.com/nicolodiamante/dispatch) 🔗 |
59 | 60 |
|
60 |
| -### B. [Speak text with ElevenLabs](https://www.icloud.com/shortcuts/2c24d1c527e347b1b8b4a3fed73f41fa) 🔗 |
| 61 | +### B. [Speak text with ElevenLabs](https://www.icloud.com/shortcuts/e7c02a6799184bbfb7e4877556b7bc73) 🔗 |
61 | 62 |
|
62 | 63 | * Drop-in replacement for the "Speak Text" Shortcut action using ElevenLabs's TTS voices to speak the text
|
63 | 64 | * Falls back to using the "Speak Text" action if it fails
|
64 | 65 | * Requires your own [ElevenLabs API key](https://elevenlabs.io/docs/api-reference/authentication#) 🔗
|
| 66 | +* This shortcut was adapted from the [“Dispatch” shortcut by Nicololo Diamante](https://github.com/nicolodiamante/dispatch) 🔗 |
65 | 67 |
|
66 | 68 | ## 3. OpenPilot navigation shortcuts
|
67 | 69 |
|
|
0 commit comments