🔧 Change listen address in configuration file to bind to localhost and add a newline at the end of the file
This commit is contained in:
@@ -4,10 +4,11 @@
|
||||
upstream_url = "https://api.openai.com/v1/chat/completions"
|
||||
|
||||
# Listen address
|
||||
listen_addr = ":8080"
|
||||
listen_addr = "127.0.0.1:8080"
|
||||
|
||||
# Upstream API key
|
||||
api_key = ""
|
||||
|
||||
# Skip TLS verification
|
||||
insecure = false
|
||||
insecure = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user