Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
emrgnt-cmplxty committed Aug 26, 2024
1 parent 80be82a commit f56f7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/core/main/assembly/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def create_llm_provider(

llm_provider = LiteCompletionProvider(llm_config)
elif llm_config.provider == "sciphi":
from r2r.providers.llm import SciPhiCompletionProvider
from core.providers.llm import SciPhiCompletionProvider

llm_provider = SciPhiCompletionProvider(llm_config)
else:
Expand Down

0 comments on commit f56f7a2

Please sign in to comment.