Update quickstart for 0.0.102
This commit is contained in:
@@ -4,7 +4,7 @@ version = "0.1.0"
|
||||
description = "Quickstart example for building voice AI bots with Pipecat"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"pipecat-ai[webrtc,daily,silero,deepgram,openai,cartesia,local-smart-turn-v3,runner]",
|
||||
"pipecat-ai[webrtc,daily,silero,deepgram,openai,cartesia,runner]",
|
||||
"pipecat-ai-cli"
|
||||
]
|
||||
|
||||
@@ -17,4 +17,7 @@ dev = [
|
||||
[tool.ruff]
|
||||
line-length = 100
|
||||
[tool.ruff.lint]
|
||||
select = ["I"]
|
||||
select = ["I"]
|
||||
|
||||
[tool.uv.sources]
|
||||
pipecat-ai = { path = "../../", editable = true }
|
||||
Reference in New Issue
Block a user