User agent, readme
This commit is contained in:
@@ -12,7 +12,7 @@ PORT = 8000
|
||||
request_host = ContextVar("request_host", default=f"{HOST}:{PORT}")
|
||||
LOG_LEVEL = "WARNING" # Options: "DEBUG", "INFO", "WARNING", "ERROR"
|
||||
LOG_FILE = str(ROOT_DIR / "debug.log")
|
||||
USER_AGENT = "Mozilla/5.0 (X11; Linux x86_64; rv:151.0) Gecko/20100101 Firefox/151.0" # Stealth User-Agent to bypass Wikipedia's bot detection
|
||||
USER_AGENT = "MooseCP/1.0 Local MCP Server (https://long-cat.net/)"
|
||||
|
||||
# --- Stable Diffusion Config ---
|
||||
SD_URL = "http://127.0.0.1:7860"
|
||||
|
||||
Reference in New Issue
Block a user