Add: HTTP Proxy option, which can be configured using the .env file.

This commit is contained in:
Pawan Osman
2024-04-11 15:43:08 +03:00
parent d6f5a0918a
commit b74c115311
4 changed files with 287 additions and 249 deletions
+1
View File
@@ -18,6 +18,7 @@
"dependencies": {
"axios": "^1.6.7",
"body-parser": "^1.20.2",
"dotenv": "^16.4.5",
"express": "^4.18.3",
"gpt-3-encoder": "^1.1.4"
},