Skip to content

Commit

Permalink
update for 0.1.110 (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajar98 authored May 28, 2023
1 parent c67908e commit d617ead
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions apps/client_backend/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
from vocode.streaming.client_backend.conversation import ConversationRouter
from vocode.streaming.models.message import BaseMessage

from dotenv import load_dotenv

load_dotenv()

app = FastAPI(docs_url=None)

logging.basicConfig()
Expand Down
3 changes: 2 additions & 1 deletion apps/client_backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
vocode==0.1.108
vocode==0.1.110
python-dotenv

0 comments on commit d617ead

Please sign in to comment.