-
Notifications
You must be signed in to change notification settings - Fork 366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/python expermential #97
Merged
plutoless
merged 5 commits into
TEN-framework:feature/python-expermential
from
tomasliu-agora:feature/python-expermential
Jul 14, 2024
Merged
Feature/python expermential #97
plutoless
merged 5 commits into
TEN-framework:feature/python-expermential
from
tomasliu-agora:feature/python-expermential
Jul 14, 2024
Conversation
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
…o feature/python-expermential
plutoless
approved these changes
Jul 14, 2024
agents/addon/extension/interrupt_detector_python/interrupt_detector_extension.py
Outdated
Show resolved
Hide resolved
plutoless
added a commit
that referenced
this pull request
Jul 26, 2024
* feat: remove golang * feat: empty openai_chatgpt_python and python app * feat: workaround for drop pcm frame * fix: rte_proxy release * fix: stop on wait * feat: repath * fix: remove proxy * Feature/python expermential (#92) * feat: add interrupt detector python extension * feat(): add chat transcriber python extension * feat(): add elevenlabs tts python extension * chore(): modify comment * chore(): modify log * fix: agora_rtc * Feature/python expermential (#93) * feat: initial migration for openai * feat: openai working initially * fix: tts task not execute * fix: prevent thread blocking in on_data * fix: tts not stop * fix: api * feat: add interrupter * feat: add logs to openai ext * fix: sync manifest * feat: add --manifest * tmp: tmp cmd test * Feature/python expermential (#97) * init cosy tts and qwen llm * add flush and async * fix flush * revert change on inerrupt * feat: default to gchr.io image * fix: fix interrupt crash * fix: fix cosy * feat: cn manifest example * feat: support python manifest file * feat: update docker build file * fix: add files to package.sh * fix: add jq in builder env * fix: readme updates * fix: fix readme * enhancement: builder image update * fix: package * fix: readme & builder pack * feat: enhance cosy & qwen extensions * fix cosy interrupt and safe exit (#100) * feat: support qwen as cn default in gateway server. readme update * update cn default exmaple * update readme * fix * fix * tmp remove greetings from openai block * fix: fix outdateTs issue * Dev/fix cosy bug (#105) (#106) * fix cosy interrupt and safe exit * fix init Co-authored-by: tomasliu <[email protected]> * feat: use buf for data stream * fix: invalid argument * feat: add chat_transcriber in graph * feat: support json dump for chat transcriber * fix: fix cosy_tts websocket closed issue * feat: lock rtc ext version * bedrock_llm_extension: add support for Amazon Bedrock Foundation Models (#111) Co-authored-by: Chen188 <hidden> * reduce side effects of unused python extensions (#110) Co-authored-by: sunxilin <[email protected]> * Revert "feat: remove golang" This reverts commit af777ff. * fix: build with 0.3 runtime * fix: upgrade runtime dependencies * fix: compatible with 0.3.x runtime api * chore: add clean * feat: remove python start * chore: also clean bin folder * feat: upgrade dependencies * chore: add vscode settings * chore: remove useless deps * chore: typo * chore: log level * feat: start by worker * fix: chat transcriber * fix: package * fix: default examples * feat: only main updates latest image * test: build image * feat: workaround to avoid too many warning logs --------- Co-authored-by: sunshinexcode <[email protected]> Co-authored-by: Zhang Qianze <[email protected]> Co-authored-by: tomasliu <[email protected]> Co-authored-by: Ethan Zhang <[email protected]> Co-authored-by: Bin Chen <[email protected]> Co-authored-by: xxxxl_sun <[email protected]> Co-authored-by: sunxilin <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
add qwen llm and cosy tts is work in progess