We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f9e86c commit 0d82d9eCopy full SHA for 0d82d9e
packages/instrumentation-cohere/src/instrumentation.ts
@@ -223,7 +223,6 @@ export class CohereInstrumentation extends InstrumentationBase {
223
try {
224
const model = params.model ?? "command";
225
attributes[SpanAttributes.ATTR_GEN_AI_REQUEST_MODEL] = model;
226
- attributes[SpanAttributes.ATTR_GEN_AI_REQUEST_MODEL] = model;
227
228
if (!("query" in params)) {
229
attributes[SpanAttributes.ATTR_GEN_AI_REQUEST_TOP_P] = params.p;
0 commit comments