refactor: modular structure, core and services directories

This commit is contained in:
2026-08-04 19:09:31 +03:00
parent 66e645cbd8
commit 2bdc07951a
14 changed files with 122 additions and 18 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import json
import re
import requests
from config import OLLAMA_URL, OLLAMA_MODEL
from modules.database import get_all_rules_from_db
from core.database import get_all_rules_from_db
def ask_ollama(prompt, system_prompt=None):