fix: update all HTTPS references to HTTP in configuration files

This commit is contained in:
2025-04-01 09:07:09 +00:00
parent c50ab74917
commit 0a29cb66ba
+1 -1
View File
@@ -6,7 +6,7 @@ import argparse
from urllib.parse import urlparse, urlunparse
DEFAULT_CONCURRENCY = 4
DEFAULT_OLLAMA_URL = 'https://localhost:11434'
DEFAULT_OLLAMA_URL = 'http://localhost:11434'
logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')