We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 748443b commit e0f5720Copy full SHA for e0f5720
1 file changed
src/agent.py
@@ -1,4 +1,3 @@
1
-import asyncio
2
import logging
3
4
from dotenv import load_dotenv
@@ -49,6 +48,7 @@ async def lookup_weather(self, context: RunContext, location: str):
49
48
50
return "sunny with a temperature of 70 degrees."
51
+
52
def prewarm(proc: JobProcess):
53
proc.userdata["vad"] = silero.VAD.load()
54
0 commit comments