Spaces:
Runtime error
Runtime error
Update kitt.py
Browse files
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
|
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="
|
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()
|