Skip to content

Commit

Permalink
move litewrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
codelion committed Oct 24, 2024
1 parent 52d67d5 commit ba2eebe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optillm.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from concurrent.futures import ThreadPoolExecutor

# Import the LiteLLM wrapper
from litellm_wrapper import LiteLLMWrapper
from optillm.litellm_wrapper import LiteLLMWrapper

# Import approach modules
from optillm.mcts import chat_with_mcts
Expand Down
File renamed without changes.

0 comments on commit ba2eebe

Please sign in to comment.