Skip to content

Commit 0d82d9e

Browse files
committed
add
1 parent 7f9e86c commit 0d82d9e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/instrumentation-cohere/src/instrumentation.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ export class CohereInstrumentation extends InstrumentationBase {
223223
try {
224224
const model = params.model ?? "command";
225225
attributes[SpanAttributes.ATTR_GEN_AI_REQUEST_MODEL] = model;
226-
attributes[SpanAttributes.ATTR_GEN_AI_REQUEST_MODEL] = model;
227226

228227
if (!("query" in params)) {
229228
attributes[SpanAttributes.ATTR_GEN_AI_REQUEST_TOP_P] = params.p;

0 commit comments

Comments
 (0)