LLMBB-Agent / qwen_server /add_qwen_libs.py
vlff李飞飞
update md
2319518
raw
history blame
No virus
181 Bytes
import sys
from pathlib import Path
# A temporary solution. We should use `python setup.py develop` in the future.
sys.path.insert(0, str(Path(__file__).absolute().parent.parent))