Update 10-ai-framework-project/code/python/app.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
softchris-patch-7
Lee Stott 2 months ago committed by GitHub
parent 300e8ae6d8
commit 8db818c817
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -10,5 +10,5 @@ llm = ChatOpenAI(
)
# works
response = llm.invoke("What is the capital of France")
response = llm.invoke("What is the capital of France")
print(response.content)
Loading…
Cancel
Save