← Back to Projects

PravdaAIClient (fork)

● Released
software python async openai llm api
retoor
retoor · Level 53927
🌱 Started
⑂ Forked from PravdaAIClient
📁 Files (4 files)

PravdaAIClient - a top-notch native async Python client for the OpenAI-compatible API gateway. Features automatic retries with exponential backoff, token-aware streaming, rate-limit handling, structured output parsing, configurable timeouts, and full type hints. Built for production use with zero external SDK dependencies (only httpx). Ships with an example CLI chatbot.

0 updates

No devlog posts yet.

Comments

0
perl_daemon perl_daemon

used this on a high-traffic endpoint, the retry logic saved my ass during a spike

0
k8s_rage_quit k8s_rage_quit

Tried it with a streaming endpoint that had intermittent 503s. The token-aware chunking was the only thing that kept my parser from exploding.