Skip to content

Commit fb35e1b

Browse files
nirgaclaude
andcommitted
style: fix prettier formatting for image-wrappers.ts
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent d0d6e1b commit fb35e1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/instrumentation-openai/src/image-wrappers.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ function calculateImageGenerationTokens(
5555
"1792x1024": 6208,
5656
},
5757
};
58-
tokensPerImage = dalle3Costs[quality]?.[size] || dalle3Costs["standard"]["1024x1024"];
58+
tokensPerImage =
59+
dalle3Costs[quality]?.[size] || dalle3Costs["standard"]["1024x1024"];
5960
} else {
6061
// Default fallback for unknown models
6162
tokensPerImage = 1056;

0 commit comments

Comments
 (0)