4 Commits

Author SHA1 Message Date
Pawan Osman 4d10b10d9e Add: verification client api_key access function
set API_KEY in .env file to enable this function
Unsetting or setting API_KEY to null will keep the default of allowing anonymous access.

Changes to be committed:
	modified:   .env.example
	modified:   src/app.ts
2024-04-21 16:26:11 +08:00
Pawan Osman e8a7f795dd Fix: adding proof-token header to bypass the new OpenAI request validation 2024-04-20 22:39:21 +03:00
Pawan Osman 9235d190c6 Add: cloudflared tunnel 2024-04-14 21:05:48 +03:00
Pawan Osman b74c115311 Add: HTTP Proxy option, which can be configured using the .env file. 2024-04-11 15:43:08 +03:00