Moving to typical Python setup

This commit is contained in:
Jon Michael Aanes 2025-05-09 09:48:13 +02:00
parent 5e3bddf60e
commit 964370aa8e
2 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import logging
logger = logging.getLogger(__name__)
import tools
from . import tools
#MODEL = "gemma3:27b"
MODEL = "qwen3:latest"