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 c92edcf commit 2661ad2Copy full SHA for 2661ad2
.env.example
@@ -0,0 +1,5 @@
1
+OPENAI_API_KEY=sk-XXXX
2
+OPENAI_BASE_URL=https://api.openai.com/v1
3
+API_PORT=3002
4
+WEB_PORT=3003
5
+SNAKEMQ_PORT=3004
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