Release updates
This commit is contained in:
@@ -53,7 +53,7 @@ Clone the repository and install dependencies to a virtual environment:
|
|||||||
|
|
||||||
```console
|
```console
|
||||||
cd agent-starter-python
|
cd agent-starter-python
|
||||||
uv sync --prerelease=allow
|
uv sync
|
||||||
```
|
```
|
||||||
|
|
||||||
Sign up for [LiveKit Cloud](https://cloud.livekit.io/) then set up the environment by copying `.env.example` to `.env.local` and filling in the required keys:
|
Sign up for [LiveKit Cloud](https://cloud.livekit.io/) then set up the environment by copying `.env.example` to `.env.local` and filling in the required keys:
|
||||||
|
|||||||
+1
-2
@@ -9,8 +9,7 @@ description = "Simple voice AI assistant built with LiveKit Agents for Python"
|
|||||||
requires-python = ">=3.9"
|
requires-python = ">=3.9"
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"livekit-agents[turn-detector]~=1.3.0rc2",
|
"livekit-agents[silero,turn-detector]~=1.3.2",
|
||||||
"livekit-plugins-silero~=1.3.0rc1",
|
|
||||||
"livekit-plugins-noise-cancellation~=0.2",
|
"livekit-plugins-noise-cancellation~=0.2",
|
||||||
"python-dotenv",
|
"python-dotenv",
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user