Skip to content

Commit 8925e89

Browse files
fix: update api_host for local development
1 parent 601b053 commit 8925e89

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/examples/autogen_example/mock_llm.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@
1111
# Initialize langtrace
1212
langtrace.init(
1313
api_key='967b06c4d1858a7e64e58de44708d89e84f8c96a69b20f7276bcb34a7ce495af',
14-
write_spans_to_console=True,
15-
api_host="http://localhost:3000/api/trace",
16-
headers={
17-
"Authorization": "Bearer 967b06c4d1858a7e64e58de44708d89e84f8c96a69b20f7276bcb34a7ce495af"
18-
}
14+
api_host="http://localhost:3000/api/trace"
1915
)
2016

2117
tracer = trace.get_tracer(__name__)

0 commit comments

Comments
 (0)