streaming, markdown, model selecting, and lots more

This commit is contained in:
Zoe
2026-02-02 23:16:06 -06:00
parent 8c28946703
commit d5a5945c03
114 changed files with 6109 additions and 2938 deletions
+9
View File
@@ -0,0 +1,9 @@
# Encryption
Veridian uses AES-256-GCM to encrypt sensitive data at rest. All API keys are
encrypted using a key derived from the user's password at login. This key is
stored in the browser's local storage, and is never sent to the server.
When you store your API key, your browser sends an encrypted version of the key
to the server and when you make a request to the server, your browser decrypts
your API key and sends it to the server.