Skip to content

Commit 8001771

Browse files
committed
Lower our margin to 5.5%
1 parent 68c51f6 commit 8001771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/llm-apis/message-cost-tracker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { sendAction } from '../websockets/websocket-action'
2424
import type { ClientState } from '../websockets/switchboard'
2525
import type { CodebuffMessage } from '@codebuff/common/types/message'
2626

27-
export const PROFIT_MARGIN = 0.3
27+
export const PROFIT_MARGIN = 0.055
2828

2929
// Pricing details:
3030
// - https://www.anthropic.com/pricing#anthropic-api

0 commit comments

Comments
 (0)