Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: configured Clear Filter

LLM Chat via SSH

# Server name, optional, can be changed to your own domain SERVER_NAME = chat.aigc.ing # Whether it's a public server, required. If not configured, it defaults to private server and requires whitelist configuration PUBLIC_SERVER = false # Rate limiting settings, optional. TTL suffix is for time, LIMIT is for count. Strongly recommended for public servers RATE_LIMIT_TTL = 3600 RATE_LIMIT_LIMIT = 300 LOGIN_FAILED_TTL = 600 LOGIN_FAILED_LIMIT = 10 # Blacklist and whitelist, opt