portkey-python-sdk icon indicating copy to clipboard operation
portkey-python-sdk copied to clipboard

Build reliable, secure, and production-ready AI apps easily.

Results 27 portkey-python-sdk issues
Sort by recently updated
recently updated
newest added

This section: https://github.com/Portkey-AI/portkey-python-sdk?tab=readme-ov-file#compatibility-with-openai-sdk Needs to be updated.

auto:documentation

Http client with default base_url

auto:enhancement

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...

auto:enhancement

**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...

auto:improvement
size:L

Make the signature like we have for PUT.

auto:refactor

**Title:** Default timeout for PK Methods **Description:** - Setting default timeout to 5 mins **Related Issues:** Closes: #357

auto:enhancement
size:S

Set the timeout of httpx client to DEFAULT_TIMEOUT (for admin apis). Else the default timeout value for the httpx client is 5s.

auto:enhancement