open source
This commit is contained in:
parent
70b6e17c69
commit
a93bfc1ec9
61 changed files with 4013 additions and 126 deletions
|
|
@ -1,6 +0,0 @@
|
|||
from vocode.streaming.telephony.inbound_call_server import InboundCallServer
|
||||
from vocode.streaming.models.agent import EchoAgentConfig
|
||||
|
||||
if __name__ == "__main__":
|
||||
server = InboundCallServer(agent_config=EchoAgentConfig(initial_message="hello!"))
|
||||
server.run(port=3001)
|
||||
Loading…
Add table
Add a link
Reference in a new issue