Skip to content

Commit 1dd26c2

Browse files
committed
Fix filename casing
1 parent 6b6c90e commit 1dd26c2

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

CLAUDE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ This is a Go proxy server that transforms standard Gemini API requests into Goog
2727
#### Server (`internal/server/`)
2828
- `server.go` - Main HTTP server with routing and request handling
2929
- `admin_middleware.go` - Admin API middleware (protected by `ADMIN_API_KEY`)
30-
- `chatCompletionsHandler.go` - OpenAI-compatible chat completions endpoint
31-
- `streamGenerateContentHandler.go` - Gemini streaming/non-streaming content endpoints
32-
- `modelsHandler.go` - OpenAI-style models listing/details endpoint
30+
- `chat_completions_handler.go` - OpenAI-compatible chat completions endpoint
31+
- `stream_generate_content_handler.go` - Gemini streaming/non-streaming content endpoints
32+
- `models_handler.go` - OpenAI-style models listing/details endpoint
3333
- `gemini_helpers.go` - Shared helpers (model normalization, path parsing, SSE unwrap)
3434
- `http_client*.go` - HTTP client abstractions (separate Workers vs default implementations)
3535

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)