Skip to content

Commit 45c0214

Browse files
feat: align image generation processor with embeddings model handling patterns
- Update modelNameOverride field type from string to internalapi.ModelNameOverride for type consistency - Implement proper original model tracking by calling SetOriginalModel with request body model before overrides Signed-off-by: Hrushikesh Patil <[email protected]>
1 parent 4e3ee64 commit 45c0214

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/extproc/mocks_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,6 @@ func (m *mockImageGenerationMetrics) StartRequest(map[string]string) {}
525525
func (m *mockImageGenerationMetrics) SetOriginalModel(originalModel string) {
526526
m.model = originalModel
527527
}
528-
529528
func (m *mockImageGenerationMetrics) SetRequestModel(requestModel string) {
530529
m.model = requestModel
531530
}

0 commit comments

Comments
 (0)