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.
2 parents c92edcf + d619daa commit 3905d30Copy full SHA for 3905d30
.env.example
@@ -0,0 +1,5 @@
1
+OPENAI_API_KEY=sk-XXXX
2
+OPENAI_BASE_URL=https://api.openai.com
3
+API_PORT=5010
4
+WEB_PORT=8080
5
+SNAKEMQ_PORT=8765
README.md
@@ -11,8 +11,10 @@ Read the [blog post](https://ricklamers.io/posts/gpt-code) to find out more.
11
Open a terminal and run:
12
13
```
14
-$ pip install gpt-code-ui
15
-$ gptcode
+cp .env.example .env
+make compile_frontend
16
+pip install gpt-code-ui
17
+gptcode
18
19
20
## User interface
0 commit comments