You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, and thank you for your great shortcut !
After using it for personal requests, I really think that adding "saves" between sessions would make the script to another level.
For example, imagine you want to use Siri as a personal AI to manage your tasks. You could start off your by listing all the tasks.
During the day, you could fire Chatgpt to remind you your tasks, thus keeping "in memory" the entire conversation.
One caveat thought. If this feature is implemented, the first message sent alongside the prompt will contain past messages (we could use the log files). That means we will consume more and more tokens.
Maybe the api provides a way to keep the session for a chat ? I will investigate on my end, but feel free to comment.
Re-create the Shortcut dictionary holding the messages when we resume chatgpt, before asking for our text
Append our text to the messages dictionary
Perform current actions (on 1.2.5)
We should be able to delete the context too, to reset the AI to a blank state.
Tell me if this idea crossed your mind, and what is are insights about it. I can contribute to writing the update, as I know how painful it is to code within shortcuts app.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, and thank you for your great shortcut !
After using it for personal requests, I really think that adding "saves" between sessions would make the script to another level.
For example, imagine you want to use Siri as a personal AI to manage your tasks. You could start off your by listing all the tasks.
During the day, you could fire Chatgpt to remind you your tasks, thus keeping "in memory" the entire conversation.
One caveat thought. If this feature is implemented, the first message sent alongside the prompt will contain past messages (we could use the log files). That means we will consume more and more tokens.
Maybe the api provides a way to keep the session for a chat ? I will investigate on my end, but feel free to comment.
Edit: we can add the history of messages in the same message: https://platform.openai.com/docs/api-reference/chat/create#chat/create-messages. From my understanding, we should:
We should be able to delete the context too, to reset the AI to a blank state.
Tell me if this idea crossed your mind, and what is are insights about it. I can contribute to writing the update, as I know how painful it is to code within shortcuts app.
Beta Was this translation helpful? Give feedback.
All reactions