Skip to content

Commit

Permalink
Merge pull request #539 from pipecat-ai/aleix/pipecat-0.0.42-fixes
Browse files Browse the repository at this point in the history
pipecat 0.0.42 fixes
  • Loading branch information
aconchillo authored Oct 2, 2024
2 parents d378e69 + 598936b commit 1d7d0bb
Show file tree
Hide file tree
Showing 17 changed files with 1,211 additions and 4,721 deletions.
1 change: 0 additions & 1 deletion examples/foundational/07n-interruptible-google.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ async def main():
stt = DeepgramSTTService(api_key=os.getenv("DEEPGRAM_API_KEY"))

tts = GoogleTTSService(
credentials=os.getenv("GOOGLE_CREDENTIALS"),
voice_id="en-US-Neural2-J",
params=GoogleTTSService.InputParams(language="en-US", rate="1.05"),
)
Expand Down
2,497 changes: 1,100 additions & 1,397 deletions examples/storytelling-chatbot/frontend/package-lock.json

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions examples/storytelling-chatbot/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,28 @@
"dependencies": {
"@daily-co/daily-js": "^0.62.0",
"@daily-co/daily-react": "^0.18.0",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@tabler/icons-react": "^3.1.0",
"@tabler/icons-react": "^3.19.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"framer-motion": "^11.0.27",
"next": "14.1.4",
"react": "^18",
"react-dom": "^18",
"clsx": "^2.1.1",
"framer-motion": "^11.9.0",
"next": "^14.2.14",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"recoil": "^0.7.7",
"tailwind-merge": "^2.2.2",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"@types/node": "^20.16.10",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "14.1.4",
"postcss": "^8",
"tailwindcss": "^3.4.3",
"typescript": "^5"
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2"
}
}
Loading

0 comments on commit 1d7d0bb

Please sign in to comment.