Fix default model to llama3.1:latest
This commit is contained in:
2
app.py
2
app.py
@@ -49,7 +49,7 @@ OLLAMA_BASE = "http://localhost:11434"
|
||||
SEARXNG_BASE = "http://localhost:8888"
|
||||
BASE_DIR = Path(__file__).parent
|
||||
DB_PATH = BASE_DIR / "jarvischat.db"
|
||||
DEFAULT_MODEL = "deepseek-coder:6.7b"
|
||||
DEFAULT_MODEL = "llama3.1:latest"
|
||||
|
||||
# --- Templates and Static Files ---
|
||||
templates = Jinja2Templates(directory=str(BASE_DIR / "templates"))
|
||||
|
||||
Reference in New Issue
Block a user