Changed https to http.

This commit is contained in:
retoor 2025-04-01 11:07:09 +02:00
parent be479fe524
commit b394d586dd

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')