There was an error while loading. Please reload this page.
1 parent bf5271f commit a8cbc62Copy full SHA for a8cbc62
.env.example
@@ -1,6 +1,6 @@
1
APP_NAME=GeekChat
2
APP_ENV=local
3
-APP_KEY=
+APP_KEY=base64:LWgxOBPkZqpxH5JwuthrKaxVWXGGiYIGCJTniBHUDKU=
4
APP_DEBUG=true
5
APP_URL=http://chat.geekr.dev
6
README.md
@@ -9,12 +9,9 @@ This is a simple clone of ChatGPT made with Laravel using the OpenAI PHP client
9
本地启动:
10
11
```bash
12
-composer install
13
cp .env.example .env
14
-php artisan key:generate
15
# 设置 OPENAI_API_KEY
16
-npm install && npm run dev
17
-./vendor/bin/sail up -d
+docker-compose up -d
18
```
19
20
启动成功后,就可以通过 `http://localhost` 在浏览器访问 GeekChat 了。
0 commit comments