Commit graph

4 commits

Author SHA1 Message Date
Franz Kafka
78b3239bbd Add automatic retry for 429/503 with exponential backoff 2026-04-16 19:00:37 +00:00
Franz Kafka
29292addac Add temperature override option in config
- Add temperature field to Config struct (optional override)\n- Pass tempOverride to ConvertOpenAIRequest\n- Use override temperature if set, otherwise use client's temperature\n- Document option in config.yaml with example\n- Update README with temperature override documentation
2026-04-15 09:29:54 +00:00
Franz Kafka
b906d49f9e Add Nix flake for reproducible builds
- Add flake.nix with buildGoModule for reproducible binary builds
- Provide dev shell with Go toolchain (go, gopls, gotools)
- Update README with Nix build and dev shell instructions
- Add MIT LICENSE file

Note: vendorHash is set to null - run `nix build` to generate actual hash
2026-04-15 08:51:07 +00:00
Franz Kafka
9bc49a25e1 Add comprehensive README
- Document features, configuration, and API endpoints
- Include request/response examples for streaming and non-streaming
- Explain field mapping between OpenAI and Anthropic formats
- Document security headers and claude-code mimicry
- Add project structure overview and build instructions
2026-04-15 08:47:16 +00:00