Skip to content

Commit 4e60679

Browse files
remove comment
1 parent 8799d13 commit 4e60679

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/handlers/anthropic-vertex.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,6 @@ export async function* createCompletionResponseStreaming(
194194
total_tokens: inputTokens + outputTokens,
195195
},
196196
}),
197-
// Our SDK doesn't currently support OpenAI's `stream_options`, so we don't include a `usage`
198-
// field here.
199197
}
200198
}
201199
}

0 commit comments

Comments
 (0)