use Python package approach to project structure

This commit is contained in:
Adam Wilson
2025-04-24 11:27:03 -06:00
parent 8c6f38db31
commit c9c5b8b0a7
7 changed files with 8 additions and 12 deletions
+1 -6
View File
@@ -1,11 +1,6 @@
import json
import os
import sys
# Add the parent folder (or any relative path)
sys.path.append(os.path.abspath('./../llm'))
from phi3_language_model import Phi3LanguageModel
from tests.llm.phi3_language_model import Phi3LanguageModel
class ApiController: