You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			43 lines
		
	
	
		
			764 B
		
	
	
	
		
			Bash
		
	
			
		
		
	
	
			43 lines
		
	
	
		
			764 B
		
	
	
	
		
			Bash
		
	
# OpenAI API Key - https://platform.openai.com/overview
 | 
						|
OPENAI_API_KEY=
 | 
						|
 | 
						|
# change this to an `accessToken` extracted from the ChatGPT site's `https://chat.openai.com/api/auth/session` response
 | 
						|
OPENAI_ACCESS_TOKEN=
 | 
						|
 | 
						|
# OpenAI API Base URL - https://api.openai.com
 | 
						|
OPENAI_API_BASE_URL=
 | 
						|
 | 
						|
# OpenAI API Model - https://platform.openai.com/docs/models
 | 
						|
OPENAI_API_MODEL=
 | 
						|
 | 
						|
# set `true` to disable OpenAI API debug log
 | 
						|
OPENAI_API_DISABLE_DEBUG=
 | 
						|
 | 
						|
# Reverse Proxy
 | 
						|
API_REVERSE_PROXY=
 | 
						|
 | 
						|
# timeout
 | 
						|
TIMEOUT_MS=100000
 | 
						|
 | 
						|
# Rate Limit
 | 
						|
MAX_REQUEST_PER_HOUR=
 | 
						|
 | 
						|
# Secret key
 | 
						|
AUTH_SECRET_KEY=
 | 
						|
 | 
						|
# Socks Proxy Host
 | 
						|
SOCKS_PROXY_HOST=
 | 
						|
 | 
						|
# Socks Proxy Port
 | 
						|
SOCKS_PROXY_PORT=
 | 
						|
 | 
						|
# Socks Proxy Username
 | 
						|
SOCKS_PROXY_USERNAME=
 | 
						|
 | 
						|
# Socks Proxy Password
 | 
						|
SOCKS_PROXY_PASSWORD=
 | 
						|
 | 
						|
# HTTPS PROXY
 | 
						|
HTTPS_PROXY=
 | 
						|
 |