Skip to content

Commit e8120db

Browse files
remove comment
1 parent 8bb27de commit e8120db

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)