Skip to content

Commit e91fe47

Browse files
viniciusdsmellogustavocidornelas
authored andcommitted
refactor(tracing): clean up OCI tracing notebook by removing commented code
1 parent 488ba7c commit e91fe47

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/tracing/oci/oci_genai_tracing.ipynb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,7 @@
133133
"traced_client = trace_oci_genai(client, estimate_tokens=True)\n",
134134
"\n",
135135
"# Alternative: Disable token estimation to get None values when tokens are not available\n",
136-
"# traced_client = trace_oci_genai(client, estimate_tokens=False)\n",
137-
"\n",
138-
"print(\"Openlayer OCI tracer applied successfully!\")"
136+
"# traced_client = trace_oci_genai(client, estimate_tokens=False)"
139137
]
140138
},
141139
{

0 commit comments

Comments
 (0)