portkey-python-sdk
portkey-python-sdk copied to clipboard
Build reliable, secure, and production-ready AI apps easily.
This section: https://github.com/Portkey-AI/portkey-python-sdk?tab=readme-ov-file#compatibility-with-openai-sdk Needs to be updated.
Hi Portkey team 👋 I’ve created a PR to integrate [Portkey.ai](https://portkey.ai/) into [strands](https://github.com/doordash/strands), the agent SDK at Amazon. 🔗 PR Link: https://github.com/strands-agents/sdk-python/pull/197 This integration enables developers using strands.Agent to seamlessly...
**Title:** POST Method Signature **Description:** - New PostMethod added - Uniform Signature like PUT Method **Motivation:** A Proxy request that had `url` in Body as well, hence there was a...
**Title:** Default timeout for PK Methods **Description:** - Setting default timeout to 5 mins **Related Issues:** Closes: #357
Set the timeout of httpx client to DEFAULT_TIMEOUT (for admin apis). Else the default timeout value for the httpx client is 5s.