Skip to content

Commit 94fcc43

Browse files
Update src/api/providers/moonshot.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent ef9e6f3 commit 94fcc43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/providers/moonshot.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export class MoonshotHandler extends OpenAiHandler {
2626
return { id, info, ...params }
2727
}
2828

29-
// Override to handle DeepSeek's usage metrics, including caching.
29+
// Override to handle Moonshot's usage metrics, including caching.
3030
protected override processUsageMetrics(usage: any): ApiStreamUsageChunk {
3131
return {
3232
type: "usage",

0 commit comments

Comments
 (0)