-
Notifications
You must be signed in to change notification settings - Fork 366
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #423 from TomasBack2Future/dev/deepgram_refactor
refact into async extension
- Loading branch information
Showing
7 changed files
with
153 additions
and
264 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,5 +1 @@ | ||
from . import deepgram_asr_addon | ||
from .extension import EXTENSION_NAME | ||
from .log import logger | ||
|
||
logger.info(f"{EXTENSION_NAME} extension loaded") | ||
from . import addon |
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
File renamed without changes.
104 changes: 0 additions & 104 deletions
104
agents/ten_packages/extension/deepgram_asr_python/deepgram_asr_extension.py
This file was deleted.
Oops, something went wrong.
132 changes: 0 additions & 132 deletions
132
agents/ten_packages/extension/deepgram_asr_python/deepgram_wrapper.py
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.