We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now, the API key can be extracted from the frontend code. Create a proxy to secure the API key.
Frameworks:
Support "freezing" instructions to prevent prompt based attacks. CORS to prevent embedding. Add rate-limiting.
The text was updated successfully, but these errors were encountered:
CORS should be implemented by the library user. Freezing will be supported in the assistant based API
Sorry, something went wrong.
Move frameworks to dev dependencies #3
03b1b9f
Successfully merging a pull request may close this issue.
Right now, the API key can be extracted from the frontend code. Create a proxy to secure the API key.
Frameworks:
Support "freezing" instructions to prevent prompt based attacks. CORS to prevent embedding. Add rate-limiting.
The text was updated successfully, but these errors were encountered: