isolate instruction update

pull/309/head
Ben Xu 3 months ago
parent 35b1c5caa2
commit 21e04c18fe

@ -21,7 +21,7 @@ async def entrypoint(ctx: JobContext):
openai_api_key = os.getenv("OPENAI_API_KEY") openai_api_key = os.getenv("OPENAI_API_KEY")
model = openai.realtime.RealtimeModel( 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", voice="shimmer",
temperature=0.8, temperature=0.8,
modalities=["audio", "text"], modalities=["audio", "text"],

Loading…
Cancel
Save