Skip to content

Commit

Permalink
docs: Update decorators.mdx (#1143)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuveenE authored Jan 12, 2025
1 parent 0a3fa5a commit f64d6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/docs/sdk/python/decorators.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ from operator import itemgetter
from langchain_openai import ChatOpenAI
from langchain.prompts import ChatPromptTemplate
from langchain.schema import StrOutputParser
from langfuse.decorators import observe
from langfuse.decorators import langfuse_context, observe

prompt = ChatPromptTemplate.from_template("what is the city {person} is from?")
model = ChatOpenAI()
Expand Down

0 comments on commit f64d6cd

Please sign in to comment.