We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85530c4 commit ee8d248Copy full SHA for ee8d248
tests/integration_tests/test_audio.py
@@ -6,12 +6,9 @@
6
import zai
7
from zai import ZaiClient
8
9
-from zai import ZhipuAiClient
10
-
11
12
def test_audio_speech(logging_conf):
13
logging.config.dictConfig(logging_conf) # type: ignore
14
- client = ZhipuAiClient() # Fill in your own API Key
+ client = ZaiClient() # Fill in your own API Key
15
try:
16
speech_file_path = Path(__file__).parent / 'asr1.pcm'
17
response = client.audio.speech(
0 commit comments