mirror of
https://github.com/cline/cline.git
synced 2026-09-16 21:01:52 +08:00
logging cline instead of openrouter
This commit is contained in:
@@ -36,9 +36,6 @@ export class ClineHandler implements ApiHandler {
|
||||
console.log("cline generation details:", response.data)
|
||||
yield {
|
||||
type: "usage",
|
||||
// cacheWriteTokens: 0,
|
||||
// cacheReadTokens: 0,
|
||||
// cline generation endpoint fails often
|
||||
inputTokens: generation?.native_tokens_prompt || 0,
|
||||
outputTokens: generation?.native_tokens_completion || 0,
|
||||
totalCost: generation?.total_cost || 0,
|
||||
|
||||
Reference in New Issue
Block a user