You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: handle AI quota limits and configurable models
Resolves the "Resource Exhausted" error when using a standard API key
by defaulting to the correct embedding model (`embedding-001`). Also
introduces environment variables for configuring the chat and embedding
models, and improves exception handling to correctly catch and report
rate limiting and quota issues to the user.
0 commit comments