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

update model list by removing deprecated entries and consolidating Google models
bc1a768

Wimmboo commited on

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

Wimmboo commited on

fix google auth: use Authorization Bearer for OpenAI-compatible endpoint
3b86f27

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

use shell form CMD
d94b228

Wimmboo commited on

fix Dockerfile user for HF Spaces
321a01f

Wimmboo commited on

fix README metadata
a7f8df4

Wimmboo commited on

add app_port and base_path to README metadata
7e69830

Wimmboo commited on

simplify Dockerfile, use python3.11
b2fc3ac

Wimmboo commited on

revert to /v1 prefix with APIRouter
eeb5b0e

Wimmboo commited on

change API prefix to /api/v1 to avoid HF routing conflict
10aa100

Wimmboo commited on

remove APIRouter prefix, hardcode paths
7abc37b

Wimmboo commited on

add documentation for graphify and OpenAI API Proxy setup
b27b340

Wimmboo commited on

add forwarded-allow-ips
029bd9c

Wimmboo commited on

add root endpoint for HF Spaces routing
61a39ca

Wimmboo commited on

deploy to HF Spaces: add Dockerfile, remove dashboard
139fc91

Wimmboo commited on

Merge branch 'main' of https://huggingface.co/spaces/Wimmboo2/OpenAIProxy
e4fb81c

Wimmboo commited on

initial commit
3706b84
verified

Wimmboo2 commited on

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

Wimmboo commited on