Skip to content

Commit f0d3ab6

Browse files
committed
cleanup
1 parent 4843674 commit f0d3ab6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

sentry_sdk/consts.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -460,12 +460,6 @@ class SPANDATA:
460460
Example: 0.7
461461
"""
462462

463-
GEN_AI_REQUEST_TOP_K = "gen_ai.request.top_k"
464-
"""
465-
For an AI model call, the top_k parameter. Top_k essentially controls how random the output will be.
466-
Example: 35
467-
"""
468-
469463
GEN_AI_REQUEST_TOP_P = "gen_ai.request.top_p"
470464
"""
471465
The top_p parameter used to control diversity via nucleus sampling.

0 commit comments

Comments
 (0)