Skip to content

Commit 5ff7e1b

Browse files
committed
Fix missing import
1 parent 1f4c095 commit 5ff7e1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit_tests/test_llm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from opto.utils.llm import LLM
22
from opto.optimizers.utils import print_color
3+
import os
34

45
if os.path.exists("OAI_CONFIG_LIST") or os.environ.get("DEFAULT_LITELLM_MODEL") or os.environ.get("OPENAI_API_KEY"):
56
llm = LLM()

0 commit comments

Comments
 (0)