Skip to content

Commit

Permalink
docs: add imports to quickstart any LLM with decorator example (#612)
Browse files Browse the repository at this point in the history
Fixes #602
  • Loading branch information
marcklingen authored May 9, 2024
1 parent a9f8799 commit b064fec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components-mdx/get-started-python-decorator-any-llm.mdx
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b064fec

Please sign in to comment.