OpenAIProxy / proxy /client.py

Commit History

chore: remove Google provider entirely
09e4b39
Running

Wimmboo commited on

fix(google): match OpenAI finish_reason format exactly
a689f42

Wimmboo commited on

fix(google): finish_reason only in final SSE chunk
c2e9032

Wimmboo commited on

fix(google): buffer non-streaming JSON, convert to fake SSE chunks
dbc3826

Wimmboo commited on

fix(google): strip repetition_penalty and top_k from request body
21088e6

Wimmboo commited on

fix(google): force non-streaming to bypass HF Spaces HTTP/2 edge bug
37270ca

Wimmboo commited on

fix(google): strip extra_content/thought_signature from SSE chunks
3976a25

Wimmboo commited on

fix(google): strip unsupported params from request body
95bb0b3

Wimmboo commited on

fix(streaming): decompress upstream chunks for Google SSE
aae924a

Wimmboo commited on

clean error messages, add model validation, add gemini-3.1-flash-lite
8fc20f8

Wimmboo commited on

fix streaming: async generator keeps httpx client alive internally
c6b6b9c

Wimmboo commited on

fix streaming: use client.send() with stream=True instead of context manager
b1024aa

Wimmboo commited on

fix httpx streaming: use client.stream() for async SSE
22bdc0f

Wimmboo commited on

feat: add OpenAI-compatible API proxy with NVIDIA and Google integration
a056d23

Wimmboo commited on