-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure idempotency when generating audiocast (#18)
* improved cleanup and abstraction * remove session_id key prop from sidebar to fix issue with scrolling to top * add cleanup for generated audio files; ensure temporary files are removed after processing * install alert-dialog component * wip: use a sidebar_item_action * refine sidebar item and item action * create sessionItems$ store value * fix issue with sidebar state when audiocast is added or removed * implement delete audiocast session on the server
- Loading branch information
1 parent
f9a3b91
commit 68b1c47
Showing
30 changed files
with
398 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,37 @@ | ||
anthropic | ||
|
||
asyncio | ||
elevenlabs | ||
fastapi | ||
uvicorn | ||
gunicorn | ||
uvloop | ||
fastapi-utilities | ||
ffmpeg-python | ||
|
||
firebase-admin | ||
google-api-python-client | ||
google-auth | ||
google-cloud-storage | ||
google-generativeai | ||
gunicorn | ||
|
||
asyncio | ||
httpx | ||
redis[hiredis] | ||
|
||
anthropic | ||
elevenlabs | ||
openai | ||
|
||
pycairo | ||
pydantic | ||
pydub | ||
pypdf[crypto] | ||
python-dotenv | ||
ffmpeg-python | ||
python-multipart | ||
python-slugify | ||
|
||
ruff | ||
seewav | ||
setuptools | ||
uvicorn | ||
uvloop | ||
redis[hiredis] | ||
|
||
async-web-search | ||
|
||
lxml | ||
beautifulsoup4 | ||
pypdf[crypto] | ||
async-web-search |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.