Skip to content

Commit d617ead

Browse files
authored
update for 0.1.110 (vocodedev#168)
1 parent c67908e commit d617ead

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

apps/client_backend/main.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
from vocode.streaming.client_backend.conversation import ConversationRouter
1010
from vocode.streaming.models.message import BaseMessage
1111

12+
from dotenv import load_dotenv
13+
14+
load_dotenv()
15+
1216
app = FastAPI(docs_url=None)
1317

1418
logging.basicConfig()
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
vocode==0.1.108
1+
vocode==0.1.110
2+
python-dotenv

0 commit comments

Comments
 (0)