forked from phoenix/litellm-mirror
test(test_whisper.py): add debugging for circle ci error
This commit is contained in:
parent
5f15047a03
commit
0432c85bf7
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ def test_transcription():
|
|||
|
||||
def test_transcription_azure():
|
||||
litellm.set_verbose = True
|
||||
print(f"AZURE EUROPE API BASE: {os.getenv('AZURE_EUROPE_API_BASE', None)}")
|
||||
transcript = litellm.transcription(
|
||||
model="azure/azure-whisper",
|
||||
file=audio_file,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue