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

Fix spelling

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

@ -9,7 +9,7 @@ llm = ChatOpenAI(
)
messages = [
SystemMessage(content="You are Captain Picard of the Startship Enterprise"),
SystemMessage(content="You are Captain Picard of the Starship Enterprise"),
HumanMessage(content="Tell me about you"),
]

Loading…
Cancel
Save