You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have a nice feature called OpenAI
However OpenAI gpt-3 turbo does not always follow the prompt you give it.
The main issue currently is the fact that it adds a period or full stop or dot to the end of the line.
This should not happen if the original provided does not end with a period.
Whatever you set as prompt, the behavior is unpredictable.
So I propose to add functionality to improve this behavior.
E.g before showing it as suggestion, check if the original has a period at the end
If it does not have that, then remove the period if it has been added by OpenAI
The text was updated successfully, but these errors were encountered:
Currently we have a nice feature called OpenAI
However OpenAI gpt-3 turbo does not always follow the prompt you give it.
The main issue currently is the fact that it adds a period or full stop or dot to the end of the line.
This should not happen if the original provided does not end with a period.
Whatever you set as prompt, the behavior is unpredictable.
So I propose to add functionality to improve this behavior.
E.g before showing it as suggestion, check if the original has a period at the end
If it does not have that, then remove the period if it has been added by OpenAI
The text was updated successfully, but these errors were encountered: