gpt project insight
1.0.0
用於產生遞歸文件並使用它來處理 ChatGPT 專案的引擎。要使用此應用程序,您需要擁有 Open AI API 的 API 金鑰
npm install
npm run electron:serve
gptpi://index?dir=C:/path/to/project&config=C:/path/to/config.json&result=C:/path/to/result.json&prompt=PROMPT
npx tsx .enginecli.ts YOUR_API_KEY C:/directory/
npx tsx .enginecli.ts --help
tsc ./engine/cli.ts --outDir ./out_engine
node .out_engineenginecli.js YOUR_API_KEY C:/directory/
node .out_engineenginecli.js --help
您可以使用 --config 選項從 CLI 載入配置
設定從電子應用程式中的檔案「SELECTED_DIR/docs.ai.config.json」自動載入
Make the footer sticky
How to install the project?
How to create a script: npm run build_engine