fix: change default Ollama URL scheme from HTTPS to HTTP in client.py
This commit is contained in:
parent
dd72a04e72
commit
8a049aa084
@ -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')
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user