简介
比如我今天开了一个网站,但是我忘记网址了,这样ai能记得,ai就能帮我找回来,或者一个打开过海报PNG,我忘记在哪了,ai也能帮我开打。最后也就是ai可以帮你省心的做一个日报,到点下班ai帮你做日报,不用加班了。老板们可以用它监控员工的操作,找到员工摸鱼证据
视频教学
操作1、安装 Screenpipe(实时记录屏幕、声音)
安装仅需一行代码
### macos, linux 系统:
curl -fsSL raw.githubusercontent.com/mediar-ai/screenpipe/main/install.sh | sh
### windows 系统:
irm https://raw.githubusercontent.com/mediar-ai/screenpipe/main/install.ps1 | iex
运行命令:
screenpipe
如果你遇到这个问题:
The given version [19] is not supported only version1 to 10 is supported in this build

请下载这个文件:onnxruntime-win-x64-1.20.1 解压到目录:C:\Users\你的账号\screenpipe\bin
操作2、安装 Open-Interpreter(AI控制电脑)
安装仅需一行命令:
pip install open-interpreter
运行:
interpreter
将Screenpipe和Open-Interpreter关联
1、先运行Screenpipe,将其运行在127.0.0.1:3030端口
2、到GroqCloud 官网中创建一个自己的apikey,这个目前免费。
3、使用这个命令代替“interpreter”来运行
interpreter --profile screenpipe --api_key gsk_YPJZp******你的apikey