mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
fix(utils.py): fix rules calling
This commit is contained in:
parent
d83c2b9ee8
commit
bdd9a933ad
2 changed files with 3 additions and 4 deletions
|
@ -8,6 +8,7 @@ sys.path.insert(
|
|||
0, os.path.abspath("../..")
|
||||
) # Adds the parent directory to the system path
|
||||
import pytest
|
||||
import litellm
|
||||
from litellm import completion
|
||||
|
||||
messages=[{"role": "user", "content": "Hey, how's it going?"}]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue