Skip to content

Commit 54164cd

Browse files
committed
text generation done.
1 parent 88cd97e commit 54164cd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sentry_sdk/integrations/huggingface_hub.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ def new_text_generation(*args, **kwargs):
8585
span.set_data(SPANDATA.GEN_AI_OPERATION_NAME, "generate_text")
8686
if model:
8787
span.set_data(SPANDATA.GEN_AI_REQUEST_MODEL, model)
88-
span.set_data(SPANDATA.GEN_AI_SYSTEM, "TODO!!!!!")
8988

9089
try:
9190
res = f(*args, **kwargs)

0 commit comments

Comments
 (0)