From 19a800e975827c4b27f9668cb235d3155bf19cf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Diamante?= Date: Tue, 11 Jun 2024 22:21:22 +0200 Subject: [PATCH] improved readability of API keys no longer encoded in Data Jar --- README.md | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7f69c6c..78ca966 100644 --- a/README.md +++ b/README.md @@ -28,14 +28,18 @@ To initiate, first download the [Apple Shortcuts][apple-shortcuts-download] app

- + - - Download the Shortcut + + Download the Shortcut

+
+ +> Please make sure to complete the following tasks when transitioning to the new version: Decode the API keys that were previously stored in an encrypted format in the Data Jar. To simplify this process, use the [DecodeMe][decode-key-shortcut] shortcut. Remember to complete this for each key of OpenAI's and ElevenLabs. +

### Create your OpenAI API Key @@ -139,6 +143,14 @@ SiriGPT offers a diverse array of capabilities across its various versions, maki ## What's new in SiriGPT +### v1.5.2 + +Release Highlights: + +- API Key Storage Enhancement: To resolve issues with script readability, API keys will no longer be encrypted in Data Jar. Previously, encryption caused errors that prevented the Shortcut from reading the API key. Storing keys unencrypted will ensure seamless script functionality. + +
+ ### v1.5.1 Release Highlights: @@ -346,7 +358,7 @@ Thank you for considering this shortcut. Any contribution to improve SiriGPT's i [openai-models]: https://platform.openai.com/docs/models [apple-shortcuts-guide]: https://support.apple.com/en-gb/guide/shortcuts/apd58d46713f/ios [apple-shortcuts-download]: https://apps.apple.com/us/app/shortcuts/id915249334 -[sirigpt-shortcut]: https://www.icloud.com/shortcuts/71bc4ed97dbc41e6b5d9aae5cec39345 +[sirigpt-shortcut]: https://www.icloud.com/shortcuts/9971f739110a43f88aa96c67d8346c56 [openai-prices]: https://openai.com/pricing [openai-privacy]: https://openai.com/policies/privacy-policy [apple-siri]: https://www.apple.com/siri/ @@ -358,5 +370,6 @@ Thank you for considering this shortcut. Any contribution to improve SiriGPT's i [intro]: https://platform.openai.com/docs/introduction [chat-completions]: https://platform.openai.com/docs/guides/chat [data-jar]: https://datajar.app +[decode-key-shortcut]: https://www.icloud.com/shortcuts/0ce3c6d5944a42d4951576620d75f8fe [imkarthi7]: https://github.com/imkarthi7 [issues]: https://github.com/nicolodiamante/SiriGPT/issues