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 から設定をロードできます
構成は、Electron アプリのファイル「SELECTED_DIR/docs.ai.config.json」から自動的にロードされます
Make the footer sticky
How to install the project?
How to create a script: npm run build_engine