Is there a way to send feedback on GPT's Response to GPT. Like we have thumbsup and thumbs down buttons in chat.openai.com #2665
Closed
praneetnadkar
started this conversation in
General
Replies: 1 comment
-
There is a related item on the Chat-Copilot backlog: microsoft/chat-copilot#42 To implement something similar you would end up keeping a collection of "good" examples (thumbs up) and "bad" examples (thumbs down), providing them to the model as few-shot examples with each request. The model itself is stateless. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to send this feedback to GPT like we can do in the Chat GPT UI?
Beta Was this translation helpful? Give feedback.
All reactions