mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
Merge branch 'main' into litellm_fix_transcription
This commit is contained in:
commit
b68a9b1957
1 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,8 @@ import os
|
|||
|
||||
sys.path.insert(
|
||||
0, os.path.abspath("../..")
|
||||
) # Adds the parent directory to the system-path
|
||||
) # Adds the parent directory to the systempath
|
||||
|
||||
|
||||
import os
|
||||
from unittest.mock import AsyncMock, MagicMock, patch
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue