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

[Improvement] Map usernames before sending to OpenAI #55

Open
yGuy opened this issue Sep 26, 2023 · 0 comments
Open

[Improvement] Map usernames before sending to OpenAI #55

yGuy opened this issue Sep 26, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@yGuy
Copy link
Owner

yGuy commented Sep 26, 2023

For some features (summarization, e.g.) we transmit the user names to OpenAI, but there are very strict limits about the user names in place at OpenAI.

We should rather come up with unique dummy user names that adhere to the strict limits and send them to OpenAI, instead. When the response comes back we should search and replace the dummy names with the real names again. This would allow having arbitrary user names and also adds a little bit of privacy.

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