[WIP] AWS Nova Sonic service - implement ability to persist and load conversations

This commit is contained in:
Paul Kompfner
2025-05-05 13:41:30 -04:00
parent cc1f4ba81c
commit 9fe265ea64
4 changed files with 350 additions and 39 deletions

View File

@@ -102,7 +102,7 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
region=os.getenv("AWS_REGION"),
voice_id="tiffany", # matthew, tiffany, amy
# you could choose to pass instruction here rather than via context
# instruction=system_instruction
# system_instruction=system_instruction
# you could choose to pass tools here rather than via context
# tools=tools
)