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: update examples to use automatic env var support
Replace BrainusAI(api_key=os.getenv("BRAINUS_API_KEY")) with BrainusAI()
across async_patterns.py, batch_processing.py, error_handling.py,
fastapi_example.py, and flask_example.py. Remove unused import os.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments