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 f93ed80 commit 53fad65Copy full SHA for 53fad65
docs/platforms/python/integrations/langchain/index.mdx
@@ -82,7 +82,7 @@ sentry_sdk.init(...) # same as above
82
83
llm = ChatOpenAI(model="gpt-3.5-turbo-0125", temperature=0, api_key="bad API key")
84
with sentry_sdk.start_transaction(op="ai-inference", name="The result of the AI inference"):
85
- response = llm.invoke([("system", "What is the capital of paris?")])
+ response = llm.invoke([("system", "What is the capital of France?")])
86
print(response)
87
```
88
0 commit comments