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 fddda72 commit 326075fCopy full SHA for 326075f
.gitignore
@@ -104,3 +104,5 @@ ENV/
104
# IDE settings
105
.vscode/
106
.idea/
107
+
108
+test.py
vapi_python/vapi_python.py
@@ -1,6 +1,6 @@
1
from daily import *
2
import requests
3
-from daily_call import DailyCall
+from .daily_call import DailyCall
4
5
SAMPLE_RATE = 16000
6
CHANNELS = 1
0 commit comments