Skip to content

Commit c377c10

Browse files
removes redundant bedrock instrumentation
Signed-off-by: Adrian Cole <[email protected]>
1 parent ec4ccd2 commit c377c10

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

example-apps/chatbot-rag-app/api/llm_integrations.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ def init_azure_chat(temperature):
4040

4141

4242
def init_bedrock(temperature):
43-
# Bedrock is not yet in EDOT. Use the Langtrace Python SDK instead
44-
from langtrace_python_sdk.instrumentation import AWSBedrockInstrumentation
45-
46-
AWSBedrockInstrumentation().instrument()
4743
return ChatBedrock(
4844
model_id=os.getenv("CHAT_MODEL"),
4945
streaming=True,

0 commit comments

Comments
 (0)