We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68c51f6 commit 8001771Copy full SHA for 8001771
backend/src/llm-apis/message-cost-tracker.ts
@@ -24,7 +24,7 @@ import { sendAction } from '../websockets/websocket-action'
24
import type { ClientState } from '../websockets/switchboard'
25
import type { CodebuffMessage } from '@codebuff/common/types/message'
26
27
-export const PROFIT_MARGIN = 0.3
+export const PROFIT_MARGIN = 0.055
28
29
// Pricing details:
30
// - https://www.anthropic.com/pricing#anthropic-api
0 commit comments