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"],