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 e713eaa commit 415d551Copy full SHA for 415d551
tests/integration_tests/test_audio.py
@@ -8,7 +8,7 @@
8
9
def test_audio_speech(logging_conf):
10
logging.config.dictConfig(logging_conf) # type: ignore
11
- client = ZaiClient(base_url='', api_key='') # Fill in your own API Key
+ client = ZaiClient() # Fill in your own API Key
12
try:
13
speech_file_path = Path(__file__).parent / 'asr1.pcm'
14
response = client.audio.speech(
0 commit comments