diff --git a/components-mdx/get-started-python-decorator-any-llm.mdx b/components-mdx/get-started-python-decorator-any-llm.mdx index daf1e86fa..3d3b618dd 100644 --- a/components-mdx/get-started-python-decorator-any-llm.mdx +++ b/components-mdx/get-started-python-decorator-any-llm.mdx @@ -1,5 +1,7 @@ ```python /@observe(as_type="generation")/ /@observe()/ filename="main.py" +from langfuse.decorators import observe, langfuse_context import anthropic + anthopic_client = anthropic.Anthropic() # Wrap LLM function with decorator