Replies: 1 comment
-
You'll have to use a database to store your history of requests and responses. I built an "AI-request launchpad" webform that saves every part of your request and the full response into a postgres DB so you can keep a complete history -- which is so important when you are iterating on your prompts and trying to get better at prompt generation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have used the API to get responses, is there a method to see the questions and responses from the API?
Beta Was this translation helpful? Give feedback.
All reactions