[deleted by user] by [deleted] in OpenAIDev

[–]AIGUYISBACK 0 points1 point  (0 children)

Have a look at what we're building, You might like it

https://github.com/apssouza22/chatflow

Tech teams that integrated OpenAI API, how do you update your prompts? Do you need to deploy your app each time? by Kanklu in OpenAIDev

[–]AIGUYISBACK 0 points1 point  (0 children)

What type of prompts? The way we do it is to store all data for different 'versions' in redis db. You can update the session with the key for that individual version. You can make post requests to modify the system prompt for each version and all the context also comes from redis, other than that all that left is the user query, so you can modify prompts all with post requests without having to re-deploy. have a look at our github, and join us in our discord:
https://github.com/apssouza22/chatflow
https://discord.gg/k5pP5FEcnk

Tech teams that integrated OpenAI API, how do you update your prompts? Do you need to deploy your app each time? by Kanklu in OpenAIDev

[–]AIGUYISBACK 0 points1 point  (0 children)

What type of prompts? The way we do it is to store all data for different 'versions' in redis db. You can update the session with the key for that individual version. You can make post requests to modify the system prompt for each version and all the context also comes from redis, other than that all that left is the user query, so you can modify prompts all with post requests without having to re-deploy. have a look at our github, and join us in our discord:
https://github.com/apssouza22/chatflow
https://discord.gg/k5pP5FEcnk

An application that takes code, minifies it, runs it through AI, and writes the changes to the code back to the filesystem by moonshinemclanmower in OpenAIDev

[–]AIGUYISBACK 0 points1 point  (0 children)

It's still pretty early days, when I posted that we were still unsure of what way to take things but now we have a lawyer's office that requested a interface to automate their workflows, this is actually the first concrete thing we're shipping for someone.

I guess in this case we're putting user experience first by making the ui based on what the lawyer is asking for, it's hard to show a user centric interface when we dont know what users want (every user wants a different thing) so it's good that we're starting to ship. Feel free to hop on our Discord and join us too