mirror of
https://github.com/kou029w/daraz-llm.git
synced 2025-01-18 08:05:12 +00:00
Update README.md
This commit is contained in:
parent
6ca1ed5484
commit
18eb773084
1 changed files with 4 additions and 8 deletions
12
README.md
12
README.md
|
@ -5,11 +5,6 @@ GPT 版だらずさん
|
||||||
## インストール
|
## インストール
|
||||||
|
|
||||||
Step 1
|
Step 1
|
||||||
: Vercel へのデプロイ
|
|
||||||
|
|
||||||
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fkou029w%2Fdaraz-gpt)
|
|
||||||
|
|
||||||
Step 2
|
|
||||||
: Slack アプリの作成
|
: Slack アプリの作成
|
||||||
|
|
||||||
[Slack Applications](https://api.slack.com/apps) → Create New App → From an app manifest
|
[Slack Applications](https://api.slack.com/apps) → Create New App → From an app manifest
|
||||||
|
@ -34,10 +29,11 @@ settings:
|
||||||
- app_mention
|
- app_mention
|
||||||
```
|
```
|
||||||
|
|
||||||
Step 3
|
Step 2
|
||||||
: 環境変数の設定
|
|
||||||
|
|
||||||
[Vercel Dashboard](https://vercel.com/dashboard) → 対象のプロジェクト → Settings → Environment Variables
|
: Vercel へのデプロイ
|
||||||
|
|
||||||
|
[![Deploy with Vercel](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fkou029w%2Fdaraz-gpt&env=SLACK_BOT_TOKEN,SLACK_SIGNING_SECRET,OPENAI_API_KEY)
|
||||||
|
|
||||||
- `SLACK_BOT_TOKEN` ... [Slack Applications](https://api.slack.com/apps) → "daraz-gpt" → Permissions ページにある `xoxb-` から始まるボットトークン
|
- `SLACK_BOT_TOKEN` ... [Slack Applications](https://api.slack.com/apps) → "daraz-gpt" → Permissions ページにある `xoxb-` から始まるボットトークン
|
||||||
- `SLACK_SIGNING_SECRET` ... [Slack Applications](https://api.slack.com/apps) → "daraz-gpt" → Basic Information ページにある Signing Secret
|
- `SLACK_SIGNING_SECRET` ... [Slack Applications](https://api.slack.com/apps) → "daraz-gpt" → Basic Information ページにある Signing Secret
|
||||||
|
|
Loading…
Add table
Reference in a new issue