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