fix(utils.py): fix rules calling

This commit is contained in:
Krrish Dholakia 2023-11-20 21:06:36 -08:00
parent b2e52eedf8
commit ab2986290e
2 changed files with 3 additions and 4 deletions

View file

@ -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?"}]