Skip to content

Commit

Permalink
Fix issue #614: [BFCL] ModuleNotFoundError after Restructuring in Com…
Browse files Browse the repository at this point in the history
…mit 70d6722: Incorrect Import Paths
  • Loading branch information
kobe0938 committed Aug 29, 2024
1 parent fc6bd60 commit 63532ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
system_prompt_pre_processing_chat_model,
func_doc_language_specific_pre_processing,
)
from model_handler.constant import DEFAULT_SYSTEM_PROMPT
from bfcl.model_handler.constant import DEFAULT_SYSTEM_PROMPT
import requests, json, re, time


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
system_prompt_pre_processing_chat_model,
func_doc_language_specific_pre_processing,
)
from model_handler.constant import DEFAULT_SYSTEM_PROMPT
from bfcl.model_handler.constant import DEFAULT_SYSTEM_PROMPT


class OSSHandler(BaseHandler):
Expand Down

0 comments on commit 63532ed

Please sign in to comment.