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 54839a4 commit 7c40c13Copy full SHA for 7c40c13
example-apps/chatbot-rag-app/api/llm_integrations.py
@@ -40,10 +40,6 @@ def init_azure_chat(temperature):
40
41
42
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()
47
return ChatBedrock(
48
model_id=os.getenv("CHAT_MODEL"),
49
streaming=True,
0 commit comments