feat: allow user-configurable AI model selection with server-side validation

This commit is contained in:
2025-09-10 20:10:48 -03:00
parent 86f511cd8e
commit f4e996d753
10 changed files with 251 additions and 9 deletions

View File

@@ -2,4 +2,6 @@ VITE_APPWRITE_ENDPOINT=https://<REGION>.cloud.appwrite.io/v1
VITE_APPWRITE_PROJECT_ID=<PROJECT_ID>
VITE_APPWRITE_DB_ID=<DATABASE_ID>
VITE_APPWRITE_COLLECTION_ID=<COLLECTION_ID>
VITE_APPWRITE_BUCKET_ID=<BUCKET_ID>
VITE_APPWRITE_BUCKET_ID=<BUCKET_ID>
# Server URL used by the tRPC client
VITE_SERVER_URL=http://localhost:8787