fix: gpt-oss:20b ollama, streaming, tableaux JSON, recherche flexible salons/categories
This commit is contained in:
parent
14985f6dbb
commit
189d56026b
21 changed files with 2824 additions and 491 deletions
|
|
@ -9,8 +9,8 @@ from .permissions import check_is_admin
|
|||
|
||||
logger = logging.getLogger('Superviseur')
|
||||
|
||||
ASSETS_DATA_PATH = os.path.join(os.path.dirname(__file__), "..", "assets_config.json")
|
||||
TASKS_DATA_PATH = os.path.join(os.path.dirname(__file__), "..", "active_tasks.json")
|
||||
ASSETS_DATA_PATH = os.path.join(os.path.dirname(__file__), "..", "data", "assets_config.json")
|
||||
TASKS_DATA_PATH = os.path.join(os.path.dirname(__file__), "..", "data", "active_tasks.json")
|
||||
|
||||
class AssetDispatcher:
|
||||
"""Manages autonomous staff coordination and task assignments."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue