Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve OpenAI translation by adding rules to apply before suggesting #198

Open
psmits1567 opened this issue Oct 4, 2023 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@psmits1567
Copy link

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

@psmits1567 psmits1567 added the enhancement New feature or request label Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant