Skip to content

Commit ee8d248

Browse files
author
yuhongxiao
committed
change test code
1 parent 85530c4 commit ee8d248

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/integration_tests/test_audio.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@
66
import zai
77
from zai import ZaiClient
88

9-
from zai import ZhipuAiClient
10-
11-
129
def test_audio_speech(logging_conf):
1310
logging.config.dictConfig(logging_conf) # type: ignore
14-
client = ZhipuAiClient() # Fill in your own API Key
11+
client = ZaiClient() # Fill in your own API Key
1512
try:
1613
speech_file_path = Path(__file__).parent / 'asr1.pcm'
1714
response = client.audio.speech(

0 commit comments

Comments
 (0)