Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/rare-cows-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-eyes-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-needles-change.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/participant-entrypoint/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
livekit-agents>=0.9.1
livekit-agents>=0.9.2
2 changes: 1 addition & 1 deletion examples/simple-color/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
livekit-agents>=0.9.1
livekit-agents>=0.9.2
2 changes: 1 addition & 1 deletion examples/speech-to-text/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
livekit-agents>=0.9.1
livekit-agents>=0.9.2
livekit-plugins-deepgram>=0.6.7
4 changes: 2 additions & 2 deletions examples/text-to-speech/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
livekit-agents>=0.9.1
livekit-plugins-openai>=0.8.5
livekit-agents>=0.9.2
livekit-plugins-openai>=0.8.6
livekit-plugins-cartesia>=0.4.2
livekit-plugins-elevenlabs>=0.7.5
6 changes: 3 additions & 3 deletions examples/voice-assistant/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
livekit-agents>=0.9.1
livekit-plugins-openai>=0.8.5
livekit-agents>=0.9.2
livekit-plugins-openai>=0.8.6
livekit-plugins-deepgram>=0.6.7
livekit-plugins-silero>=0.6.4
livekit-plugins-silero>=0.7.0
python-dotenv~=1.0
aiofile~=3.8.8
6 changes: 6 additions & 0 deletions livekit-agents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# livekit-agents

## 0.9.2

### Patch Changes

- silero: support any sample rate - [#805](https://github.com/livekit/agents/pull/805) ([@theomonnom](https://github.com/theomonnom))

## 0.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion livekit-agents/livekit/agents/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.9.1"
__version__ = "0.9.2"
2 changes: 1 addition & 1 deletion livekit-agents/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-agents",
"private": true,
"version": "0.9.1"
"version": "0.9.2"
}
6 changes: 6 additions & 0 deletions livekit-plugins/livekit-plugins-openai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# livekit-plugins-openai

## 0.8.6

### Patch Changes

- Add Telnyx integration for LLM - [#803](https://github.com/livekit/agents/pull/803) ([@jamestwhedbee](https://github.com/jamestwhedbee))

## 0.8.5

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.8.5"
__version__ = "0.8.6"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-openai/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-plugins-openai",
"private": true,
"version": "0.8.5"
"version": "0.8.6"
}
10 changes: 10 additions & 0 deletions livekit-plugins/livekit-plugins-silero/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# livekit-plugins-silero

## 0.7.0

### Minor Changes

- silero: support any sample rate - [#805](https://github.com/livekit/agents/pull/805) ([@theomonnom](https://github.com/theomonnom))

### Patch Changes

- silero: add prefix_padding_duration #801 - [#805](https://github.com/livekit/agents/pull/805) ([@theomonnom](https://github.com/theomonnom))

## 0.6.4

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.6.4"
__version__ = "0.7.0"
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-silero/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-plugins-silero",
"private": true,
"version": "0.6.4"
"version": "0.7.0"
}