Skip to content

Commit

Permalink
Merge branch 'main' into litellm_fix_transcription
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-jaff committed Sep 6, 2024
2 parents ce67858 + f584021 commit b68a9b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion litellm/tests/test_completion.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@

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
Expand Down

0 comments on commit b68a9b1

Please sign in to comment.