1. Học hỏi
  2. /
  3. Khoa Học
  4. /
  5. Working with Llama 3

Connected

Bài tập

System messages

Your previous messages gave you a valid response, but it also allows users to ask any question they like, even if it doesn't relate to internet service support. In this exercise, you'll utilize a system message to steer the model into only answering customer questions about their internet service.

The Llama model is still available as llm.

Hướng dẫn

100 XP
  • Add the "system" role to the message dictionary provided to the conv list.
  • Extract the model response "message" from the result object.