Skip to content

add initial tts using open ai whisper#35

Draft
kwkr wants to merge 1 commit intocaido-community:mainfrom
kwkr:add-tts
Draft

add initial tts using open ai whisper#35
kwkr wants to merge 1 commit intocaido-community:mainfrom
kwkr:add-tts

Conversation

@kwkr
Copy link

@kwkr kwkr commented Feb 5, 2026

Added sample TTS implementation in case somebody needs a quick solution to test.

"devDependencies": {
"@caido/sdk-backend": "^0.48.0",
"@caido/sdk-frontend": "0.48.0",
"@caido/sdk-backend": "^0.55.2",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I needed to update this in order to get the ability to create a Settings page to config the TTS.

build: {
rollupOptions: {
external: ["@caido/frontend-sdk"],
external: ["@caido/frontend-sdk", "vue"],
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had some problems with the state of components not being updated and after changing this, it started working but this was suggested by LLM so I'm not entirely sure what it does.

@socket-security
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​caido/​sdk-backend@​0.48.0 ⏵ 0.55.273 +310076 +399 +4100
Updated@​caido/​sdk-frontend@​0.48.0 ⏵ 0.55.280 -110086 +199 +2100

View full report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant