From a119f86f2b06303be5665db64d3736bda2630ea8 Mon Sep 17 00:00:00 2001 From: Ajay Raj Date: Wed, 29 Mar 2023 11:02:11 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1383e76..e40224b 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ from vocode.streaming.models.transcriber import ( DeepgramTranscriberConfig, PunctuationEndpointingConfig, ) +from vocode.streaming.agent.chat_gpt_agent import ChatGPTAgent from vocode.streaming.models.agent import ChatGPTAgentConfig from vocode.streaming.models.message import BaseMessage from vocode.streaming.models.synthesizer import AzureSynthesizerConfig