examples: update 07-interruptible

This commit is contained in:
Aleix Conchillo Flaqué
2024-05-15 23:35:52 -07:00
parent dc9377fb92
commit 8c877d7d8e
5 changed files with 50 additions and 39 deletions

View File

@@ -83,7 +83,7 @@ async def main(room_url: str, token):
messages = [
{
"role": "system",
"content": "You are a helpful LLM in a WebRTC call. Your goal is to demonstrate your capabilities in a succinct way. Your output will be converted to audio so it should not contain special characters. Respond to what the user said in a creative and helpful way.",
"content": "You are a helpful LLM in a WebRTC call. Your goal is to demonstrate your capabilities in a succinct way. Your output will be converted to audio so never use special characters in your answers. Respond to what the user said in a creative and helpful way.",
},
]