Skip to content

Commit 6577541

Browse files
committed
fix: cost zeroing
1 parent 42009c9 commit 6577541

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

index.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ export async function CopilotAuthPlugin({ client }) {
5151
model.cost = {
5252
input: 0,
5353
output: 0,
54+
cache: {
55+
read: 0,
56+
write: 0,
57+
},
5458
};
5559
}
5660
}

0 commit comments

Comments
 (0)