jeremierostan commited on
Commit
d9dee4f
·
verified ·
1 Parent(s): d8c439c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ client = AsyncGroq(api_key=GROQ_API_KEY)
11
  chat_model = "llama-3.1-70b-versatile"
12
  moderation_model = "llama-guard-3-8b"
13
 
14
- system_prompt = """You are a helpful, respectful assistant engaging in a conversation with students about social issues. Your goal is to help the student explore social issues and reflect on their causes, consequences, and potential solutions."""
15
 
16
  async def moderate_message(message):
17
  """Moderate the user message using Llama Guard 3."""
 
11
  chat_model = "llama-3.1-70b-versatile"
12
  moderation_model = "llama-guard-3-8b"
13
 
14
+ system_prompt = """You are a helpful, respectful assistant engaging in educational conversations with students."""
15
 
16
  async def moderate_message(message):
17
  """Moderate the user message using Llama Guard 3."""