Spaces:
Sleeping
Sleeping
jeremierostan
commited on
Update app.py
Browse files
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
|
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."""
|