Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

错误修改 #162

Open
moyitech opened this issue Jul 5, 2024 · 0 comments
Open

错误修改 #162

moyitech opened this issue Jul 5, 2024 · 0 comments

Comments

@moyitech
Copy link

moyitech commented Jul 5, 2024

https://datawhalechina.github.io/llm-cookbook/#/C3/2.%20%E6%A8%A1%E5%9E%8B%E3%80%81%E6%8F%90%E7%A4%BA%E5%92%8C%E8%A7%A3%E6%9E%90%E5%99%A8%20Models,%20Prompts%20and%20Output%20Parsers

打印第一个客户消息类型

print("第一个客户客户消息类型类型:", type(customer_messages[0]),"\n")

打印第一个元素

print("第一个客户客户消息类型类型: ", customer_messages[0],"\n")

应修改为

打印第一个客户消息类型

print("第一个客户客户消息类型:", type(customer_messages[0]),"\n")

打印第一个元素

print("第一个客户客户消息内容: ", customer_messages[0],"\n")

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant