Skip to content

Commit 415d551

Browse files
author
yuhongxiao
committed
delete update
1 parent e713eaa commit 415d551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_tests/test_audio.py

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

99
def test_audio_speech(logging_conf):
1010
logging.config.dictConfig(logging_conf) # type: ignore
11-
client = ZaiClient(base_url='', api_key='') # Fill in your own API Key
11+
client = ZaiClient() # Fill in your own API Key
1212
try:
1313
speech_file_path = Path(__file__).parent / 'asr1.pcm'
1414
response = client.audio.speech(

0 commit comments

Comments
 (0)