|
|
|
|
|
by thesunny
1216 days ago
|
|
Yes, I have plans to log user provided inputs and the responses from GPT. You can monitor these inputs/responses to see if the responses that are coming back are of high quality. If it feels like you can improve the prompt, you will be able to use a prompt engineering tool which will let you experiment with different prompts and run them against a bunch of user inputs. You can then compare the new responses to the old ones and see if it's an improvement. If you're thinking of integrating into another app, one of the next steps is to be able to take the AI web app you built and turn it into a component that you can put into your own websites/web apps. Also, at this point, you will be able to have inputs that are not just user provided, but can also come from your website/web app (e.g. data from your database). |
|