mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-07-01 19:05:33 +02:00
use Python package approach to project structure
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user