lagoon
1.0.0
一個簡單的 github 文件搜尋工具,由 supabase 和 llama2 提供支援
.env
檔案並新增以下變數: VITE_SUPABASE_URL=<supabase url>
VITE_SUPABASE_KEY=<supabase key>
yarn
來安裝依賴項yarn dev
來啟動開發伺服器cd inference-server
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python inference.py
第一次啟動需要幾分鐘時間來下載模型並將其載入到記憶體中