You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,5 +30,10 @@ $ gptcode
30
30
### Using .env for OpenAI key
31
31
You can put a .env in the working directory to load the `OPENAI_API_KEY` environment variable.
32
32
33
+
### Configurables
34
+
Set the `API_PORT` and `WEB_PORT` variables to override the defaults.
35
+
36
+
Set `OPENAI_BASE_URL` to change the OpenAI API endpoint that's being used (note this environment variable includes the protocol `https://...`).
37
+
33
38
## Contributing
34
39
Please do and have a look at the [contributions guide](.github/CONTRIBUTING.md)! This should be a community initiative. I'll try my best to be responsive.
0 commit comments