mirror of
https://github.com/langgenius/webapp-conversation.git
synced 2026-07-25 21:46:08 -04:00
where is the version that is generated from the studio > publish > run app ? where is STT or TTS ? #45
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @remisharrock on GitHub (Oct 8, 2024).
It looks like this repository is behind the version that is running when you hit Publish > run app in the studio.
Where is the source code for the latest version ? For example this repository is missing the speech functionalities while the one generated directly on dify for embeddings or standalone has this functionnality. ? Is there a different codebase somewhere that I can get to have STT and TTS (speech to text and text to speech) functionalities ?
I have found though someone that tried to integrate Speech To Text (STT) but not Text To Speech (TTS) here
https://github.com/langgenius/webapp-conversation/compare/main...marsDes:webapp-conversation:main
So it looks like there is a newer version somewhere and that repository in an older version.
Any help to get it up to date ?
Thank you
@marsDes commented on GitHub (Feb 27, 2025):
i creat a new project dify-conversation
that generated what u want