Skip to content

Commit 5a55b6a

Browse files
committed
cleanup
1 parent 64c4120 commit 5a55b6a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sentry_sdk/integrations/openai.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,8 +379,6 @@ def _new_embeddings_create_common(f, *args, **kwargs):
379379
set_data_normalized(
380380
span, SPANDATA.GEN_AI_REQUEST_MESSAGES, kwargs["input"]
381381
)
382-
if "model" in kwargs:
383-
set_data_normalized(span, SPANDATA.GEN_AI_REQUEST_MODEL, kwargs["model"])
384382

385383
response = yield f, args, kwargs
386384

0 commit comments

Comments
 (0)