Skip to content

Commit

Permalink
isolate instruction update
Browse files Browse the repository at this point in the history
  • Loading branch information
benxu3 committed Oct 2, 2024
1 parent 35b1c5c commit 21e04c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/source/server/livekit/multimodal.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit 21e04c1

Please sign in to comment.