isolate instruction update

This commit is contained in:
Ben Xu 2024-10-02 17:52:31 -04:00
parent 35b1c5caa2
commit 21e04c18fe
1 changed files with 1 additions and 1 deletions

View File

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