Skip to content

Commit 292817f

Browse files
author
jinhaiyang
committed
【asr】merge main
1 parent 98e1f22 commit 292817f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

tests/integration_tests/test_transcriptions.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from zhipuai.types.chat.chat_completion import Completion
2-
31
from zhipuai import ZhipuAI
42
import zhipuai
53

zhipuai/api_resource/audio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99

1010
__all__ = [
11-
'Audio'
11+
'Audio',
1212
'Transcriptions'
1313
]

zhipuai/api_resource/audio/audio.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
from ...core import BaseAPI, cached_property
44
from .transcriptions import Transcriptions
55

6+
7+
8+
__all__ = ["Audio"]
69
class Audio(BaseAPI):
710
@cached_property
811
def transcriptions(self) -> Transcriptions:

0 commit comments

Comments
 (0)