Skip to content

Commit

Permalink
Fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
chinganc committed Feb 12, 2025
1 parent 1f4c095 commit 5ff7e1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit_tests/test_llm.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from opto.utils.llm import LLM
from opto.optimizers.utils import print_color
import os

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

0 comments on commit 5ff7e1b

Please sign in to comment.