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 601b053 commit 8925e89Copy full SHA for 8925e89
src/examples/autogen_example/mock_llm.py
@@ -11,11 +11,7 @@
11
# Initialize langtrace
12
langtrace.init(
13
api_key='967b06c4d1858a7e64e58de44708d89e84f8c96a69b20f7276bcb34a7ce495af',
14
- write_spans_to_console=True,
15
- api_host="http://localhost:3000/api/trace",
16
- headers={
17
- "Authorization": "Bearer 967b06c4d1858a7e64e58de44708d89e84f8c96a69b20f7276bcb34a7ce495af"
18
- }
+ api_host="http://localhost:3000/api/trace"
19
)
20
21
tracer = trace.get_tracer(__name__)
0 commit comments