We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f4c095 commit 5ff7e1bCopy full SHA for 5ff7e1b
tests/unit_tests/test_llm.py
@@ -1,5 +1,6 @@
1
from opto.utils.llm import LLM
2
from opto.optimizers.utils import print_color
3
+import os
4
5
if os.path.exists("OAI_CONFIG_LIST") or os.environ.get("DEFAULT_LITELLM_MODEL") or os.environ.get("OPENAI_API_KEY"):
6
llm = LLM()
0 commit comments