yohasebe / openai-chat-api-workflow

🎩 An Alfred 5 Workflow for using OpenAI Chat API to interact with GPT-4o 🤖💬 It also allows image generation 🖼️, image understanding 👀, speech-to-text conversion 🎤, and text-to-speech synthesis 🔈
https://github.com/yohasebe/openai-text-completion-workflow
MIT License
300 stars 8 forks source link

Adding memory/history to ChatGPT #14

Open normanauu opened 1 year ago

normanauu commented 1 year ago

Hey guys,

Thanks for building this awesome workflow out. Would it be possible to add memory/history so that the API remembers what you previously asked it?

Thanks again! :)

yohasebe commented 1 year ago

I apologize for the delay in responding. Currently, this workflow does not keep past messages and responses. It is possible to add memory/history, but I need a good idea about how to handle it within the limitations of what an Alfred Workflow can or should do. Thank you for your question. I'll keep thinking about it!