Update 10-ai-framework-project/README.md

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

@ -67,7 +67,7 @@ In langchain, we can store the conversation in a list. The `HumanMessage` repres
```python ```python
messages = [ 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"), HumanMessage(content="Tell me about you"),
] ]
``` ```

Loading…
Cancel
Save