We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df15041 commit 180f69aCopy full SHA for 180f69a
.env-example
@@ -3,6 +3,6 @@ API_BASE=https://api.openweathermap.org
3
# API_BASE=https://api.unsplash.com
4
API_AUTH_TYPE=query
5
API_AUTH_KEY=appid
6
-OPEN_AI_ORG=org_1234567
+OPENAI_ORG=org_1234567
7
PORT=3344
8
DOCS_URL=https://openweathermap.org/api
readme.md
@@ -8,7 +8,7 @@ This repo aims to be a generic proxy for api´s where you can inject api keys /
`API_KEYS`: A comma separated list of api keys.
9
`API_AUTH_TYPE`: `query` / `bearer` / `header`
10
`API_AUTH_KEY`: `appid`, `client_id`
11
- `OPEN_AI_ORG`: The organization ID for your account in openAI
+ `OPENAI_ORG`: The organization ID for your account in openAI
12
`PORT`: 3000
13
14
2. Copy example-pm2.json to pm2.json and set the fields to the values of choice.
0 commit comments