Skip to content

Commit a8e1b20

Browse files
committed
Update optillm.py
1 parent 032aab7 commit a8e1b20

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

optillm.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
import re
1313
from concurrent.futures import ThreadPoolExecutor
1414

15-
# Import the LiteLLM wrapper
16-
from optillm.litellm_wrapper import LiteLLMWrapper
17-
1815
# Import approach modules
1916
from optillm.mcts import chat_with_mcts
2017
from optillm.bon import best_of_n_sampling
@@ -74,6 +71,8 @@ def get_config():
7471
azure_ad_token_provider=token_provider
7572
)
7673
else:
74+
# Import the LiteLLM wrapper
75+
from optillm.litellm_wrapper import LiteLLMWrapper
7776
default_client = LiteLLMWrapper()
7877
return default_client, API_KEY
7978

0 commit comments

Comments
 (0)