Skip to content

Commit

Permalink
Merge pull request #4 from Kvadratni/upgrade-tts
Browse files Browse the repository at this point in the history
updated goose version
  • Loading branch information
Kvadratni authored Oct 1, 2024
2 parents a4ce973 + 391e277 commit 6a7413a
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 13 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[project]
name = "goose-talk-to-me"
version = "0.3.1"
version = "0.3.2"
description = "A voice interaction plugin for your goose"
requires-python = ">=3.10"
authors = [{name = "Max Novich", email ="[email protected]"}]
readme = "README.md"
dependencies = [
"goose-ai==0.8.6",
"goose-ai>=0.9.0",
"openai-whisper==v20240930",
"sounddevice==0.4.4",
"soundfile==0.12.1",
Expand Down
4 changes: 2 additions & 2 deletions src/goose_talk_to_me.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Metadata-Version: 2.1
Name: goose-talk-to-me
Version: 0.3.1
Version: 0.3.2
Summary: A voice interaction plugin for your goose
Author-email: Max Novich <[email protected]>
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: goose-ai==0.8.6
Requires-Dist: goose-ai>=0.9.0
Requires-Dist: openai-whisper==v20240930
Requires-Dist: sounddevice==0.4.4
Requires-Dist: soundfile==0.12.1
Expand Down
2 changes: 1 addition & 1 deletion src/goose_talk_to_me.egg-info/requires.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
goose-ai==0.8.6
goose-ai>=0.9.0
openai-whisper==v20240930
sounddevice==0.4.4
soundfile==0.12.1
Expand Down
26 changes: 18 additions & 8 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6a7413a

Please sign in to comment.