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 488ba7c commit e91fe47Copy full SHA for e91fe47
examples/tracing/oci/oci_genai_tracing.ipynb
@@ -133,9 +133,7 @@
133
"traced_client = trace_oci_genai(client, estimate_tokens=True)\n",
134
"\n",
135
"# 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!\")"
+ "# traced_client = trace_oci_genai(client, estimate_tokens=False)"
139
]
140
},
141
{
0 commit comments