Skip to content

Commit

Permalink
Add shorter conversation text
Browse files Browse the repository at this point in the history
  • Loading branch information
davidberenstein1957 committed Jul 9, 2024
1 parent bc503e6 commit 93545f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argilla/docs/how_to_guides/making_most_of_markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ from argilla.markdown import chat_to_html

messages = [
{"role": "user", "content": "Hello! How are you?"},
{"role": "assistant", "content": "I'm good, thank you! How can I assist you today?"}
{"role": "assistant", "content": "I'm good, thank you!"}
]

html = chat_to_html(messages)
Expand Down

0 comments on commit 93545f0

Please sign in to comment.