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
feat(gatekeeper): refactor to async functions and update dependencies
- Changed dependency from `requests` to `httpx`.
- Updated HTTP client from `requests` to `httpx` for asynchronous capabilities.
- Converted completion functions for OpenAI, Anthropic, Gemini, OpenRouter, and Vertex AI to async.
- Added a new check in documentation to ensure async functions are only decorated when `asyncio_mode` is not set to auto.
0 commit comments