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
During development, it would be better to avoid making too many LLM calls when testing features and avoid adding data to the prod DB. These are just a few potential concerns, others would be test emails, etc
Local Postgres DB for testing via Docker
A way to test/mock GitHub integration, without creating repo each time
During development, it would be better to avoid making too many LLM calls when testing features and avoid adding data to the prod DB. These are just a few potential concerns, others would be test emails, etc