Skip to content

Commit 53fad65

Browse files
authored
Update index.mdx
paris is already the capital
1 parent f93ed80 commit 53fad65

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/python/integrations/langchain

1 file changed

+1
-1
lines changed

docs/platforms/python/integrations/langchain/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ sentry_sdk.init(...) # same as above
8282

8383
llm = ChatOpenAI(model="gpt-3.5-turbo-0125", temperature=0, api_key="bad API key")
8484
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?")])
85+
response = llm.invoke([("system", "What is the capital of France?")])
8686
print(response)
8787
```
8888

0 commit comments

Comments
 (0)