streaming conversation takes instances not configs
This commit is contained in:
parent
609de1f4a4
commit
a9424ffaeb
5 changed files with 40 additions and 36 deletions
|
|
@ -6,7 +6,7 @@ from vocode import getenv
|
|||
load_dotenv()
|
||||
|
||||
from vocode.streaming.agent.chat_gpt_agent import ChatGPTAgent
|
||||
from vocode.streaming.models.agent import ChatGPTAgentConfig
|
||||
from vocode.streaming.models.agent import ChatGPTAgentConfig, EchoAgentConfig
|
||||
from vocode.streaming.models.message import BaseMessage
|
||||
from vocode.streaming.models.telephony import TwilioConfig
|
||||
from vocode.streaming.telephony.config_manager.redis_config_manager import (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue