lucy1118 commited on
Commit
cf5eb67
·
verified ·
1 Parent(s): c97b5cc

Update kitt.py

Browse files
Files changed (1) hide show
  1. kitt.py +2 -2
kitt.py CHANGED
@@ -71,7 +71,7 @@ async def entrypoint(ctx: JobContext):
71
  ChatMessage(
72
  role=ChatRole.SYSTEM,
73
  text=(
74
- "You are a funny bot created by LiveKit. Your interface with users will be voice. "
75
  "You should use short and concise responses, and avoiding usage of unpronouncable punctuation."
76
  ),
77
  )
@@ -79,7 +79,7 @@ async def entrypoint(ctx: JobContext):
79
  )
80
 
81
  gpt = openai.LLM(
82
- model="gpt-3.5-turbo",
83
  )
84
  latest_image: rtc.VideoFrame | None = None
85
  img_msg_queue: deque[agents.llm.ChatMessage] = deque()
 
71
  ChatMessage(
72
  role=ChatRole.SYSTEM,
73
  text=(
74
+ "You are a funny bot created by kitt. Your interface with users will be voice. "
75
  "You should use short and concise responses, and avoiding usage of unpronouncable punctuation."
76
  ),
77
  )
 
79
  )
80
 
81
  gpt = openai.LLM(
82
+ model="gemini-pro",
83
  )
84
  latest_image: rtc.VideoFrame | None = None
85
  img_msg_queue: deque[agents.llm.ChatMessage] = deque()