From 300e8ae6d8cca47d7678b6b4ccd590411812cbcd Mon Sep 17 00:00:00 2001 From: Lee Stott Date: Sat, 11 Oct 2025 11:45:28 +0100 Subject: [PATCH] Update 10-ai-framework-project/code/python/app-chat.py Fix spelling Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- 10-ai-framework-project/code/python/app-chat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10-ai-framework-project/code/python/app-chat.py b/10-ai-framework-project/code/python/app-chat.py index 69f8fafa..273710c8 100644 --- a/10-ai-framework-project/code/python/app-chat.py +++ b/10-ai-framework-project/code/python/app-chat.py @@ -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"), ]