mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-12 18:19:28 -05:00
fix: bad usageType (#2157)
This commit is contained in:
+1
-1
@@ -108,7 +108,7 @@ export class TogetherImageGenerationProvider implements IImageProvider {
|
||||
throw new Error(`No pricing configured for model ${selectedModel.id}`);
|
||||
}
|
||||
|
||||
const usageType = `together-image:${selectedModel.id}:${priceKey}`;
|
||||
const usageType = `${selectedModel.id}:${priceKey}`;
|
||||
|
||||
let MP = (ratio.h * ratio.w) / 1_000_000;
|
||||
if ( quality ) {
|
||||
|
||||
Reference in New Issue
Block a user