No description
Find a file
2026-04-15 08:21:24 +00:00
docs/superpowers Implement OpenAI-to-Anthropic proxy with streaming support 2026-04-15 06:29:03 +00:00
.gitignore Add OpenAI-to-Anthropic proxy design spec 2026-04-15 01:20:39 +00:00
config.yaml Implement OpenAI-to-Anthropic proxy with streaming support 2026-04-15 06:29:03 +00:00
converter.go Implement OpenAI-to-Anthropic proxy with streaming support 2026-04-15 06:29:03 +00:00
go.mod Implement OpenAI-to-Anthropic proxy with streaming support 2026-04-15 06:29:03 +00:00
go.sum Implement OpenAI-to-Anthropic proxy with streaming support 2026-04-15 06:29:03 +00:00
handler.go debug: log request body 2026-04-15 08:21:24 +00:00
main.go Implement OpenAI-to-Anthropic proxy with streaming support 2026-04-15 06:29:03 +00:00
proxx Add explicit blocked headers list for security 2026-04-15 06:48:37 +00:00
streaming.go Implement OpenAI-to-Anthropic proxy with streaming support 2026-04-15 06:29:03 +00:00
types.go Implement OpenAI-to-Anthropic proxy with streaming support 2026-04-15 06:29:03 +00:00