next.jsが権限を与えられた機能が豊富で高度にカスタマイズ可能なAI Webアプリテンプレート
技術スタック・インストール・ローカルに実行・著者
レポをクローンします
git clone https://github.com/nphivu414/ai-fusion-kit
依存関係をインストールします
yarn install
Supabaseローカル開発のセットアップ
supabase start
Started supabase local development setup.
API URL: http://localhost:54321
DB URL: postgresql://postgres:postgres@localhost:54322/postgres
Studio URL: http://localhost:54323
Inbucket URL: http://localhost:54324
anon key: eyJh......
service_role key: eyJh......
NEXT_PUBLIC_SUPABASE_URL
in .env.local
として使用されますOpenAIからアカウントを取得し、独自のAPIキーを生成します
.env.example
に.env.local
に変更し、値に登録します
注:
.env
ファイルをコミットしないでください。または、他の人がさまざまなOpenAIおよび認証プロバイダーアカウントへのアクセスを制御できるようにする秘密を公開します。
cd ai-fusion-kit
yarn dev