From 21e04c18fe9baae8c8a3fa81057db565ec7a46d9 Mon Sep 17 00:00:00 2001 From: Ben Xu Date: Wed, 2 Oct 2024 17:52:31 -0400 Subject: [PATCH] isolate instruction update --- software/source/server/livekit/multimodal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/source/server/livekit/multimodal.py b/software/source/server/livekit/multimodal.py index a8ae4f2..08b1a0d 100644 --- a/software/source/server/livekit/multimodal.py +++ b/software/source/server/livekit/multimodal.py @@ -21,7 +21,7 @@ async def entrypoint(ctx: JobContext): openai_api_key = os.getenv("OPENAI_API_KEY") model = openai.realtime.RealtimeModel( - instructions="You are a helpful assistant and you love kittens", + instructions="You are a helpful assistant and you love open-source software", voice="shimmer", temperature=0.8, modalities=["audio", "text"],