服务周到的网站建站,最有效的15个营销方法,免费的作文网站,设计页面尺寸图ShellGPT是一款基于预训练生成式Transformer模型#xff08;如GPT系列#xff09;构建的智能Shell工具。它将先进的自然语言处理能力集成到Shell环境中#xff0c;使用户能够使用接近日常对话的语言来操作和控制操作系统。 官网#xff1a;GitHub - akl7777777/ShellGPT: *…ShellGPT是一款基于预训练生成式Transformer模型如GPT系列构建的智能Shell工具。它将先进的自然语言处理能力集成到Shell环境中使用户能够使用接近日常对话的语言来操作和控制操作系统。 官网GitHub - akl7777777/ShellGPT: **ShellGPT is a free chatgpt client, now Supported online search.no need for a key, no need to log in.Multi-node automatic speed measurement switch,Long text translation with no word limit, AI graphics.免费的chatgpt客户端已支持联网搜索,无需密钥无需登录,多节点自动测速切换,长文翻译不限字数,AI出图**
下载地址Releases · akl7777777/ShellGPT · GitHub 特点
支持NewBing(新必应)线路支持GPT联网搜索,AI Drawing
网页端新增支持Claude|GPT4|超长对话
总的来说ShellGPT是一款功能强大、易于使用的智能Shell工具它通过集成自然语言处理能力使命令行操作变得更加智能化和高效化。对于希望提高在命令行环境中工作效率的开发者和高级用户来说ShellGPT无疑是一个值得尝试的工具。
安装
# 先安装需要的库xdg-utils
sudo apt install xdg-utils# 安装下载的deb包
sudo dpkg -i OpenAi-ChatGPT_4.2.0_amd64.deb
输出显示
Selecting previously unselected package openai-chatgpt. Unpacking openai-chatgpt (4.2.0) over (4.2.0) ... Setting up openai-chatgpt (4.2.0) ... Processing triggers for hicolor-icon-theme (0.17-2) ... Processing triggers for gnome-menus (3.36.0-1ubuntu1) ... Processing triggers for desktop-file-utils (0.24-1ubuntu3) ... Processing triggers for mime-support (3.64ubuntu1) ...
执行
若执行报错没有ffmpeg则安装上
sudo apt install ffmpeg
然后执行
openai-chatgpt 效果还是不错的大家可以来试试呢
github还有另一个项目也叫Shell GPT是命令行下的gpt需要openai的key才行官网https://github.com/TheR1D/shell_gpt
调试
运行openai-chatgpt报错
/opt/OpenAi-ChatGPT/openai-chatgpt: error while loading shared libraries: libffmpeg.so: cannot open shared object file: No such file or directory [6529:0404/002233.687634:FATAL:zygote_host_impl_linux.cc(201)] Check failed: . : No such file or directory (2) Trace/breakpoint trap (base) linuxskywalkx250:~/tools$ [6531:0404/002233.720995:ERROR:file_path_watcher_inotify.cc(822)] Failed to read /proc/sys/fs/inotify/max_user_watches [6531:0100/000000.721566:ERROR:zygote_linux.cc(662)] write: Broken pipe (32)
安装ffmpegsudo apt install ffmpeg
不过这个方法在FreeBSD模拟Ubuntu下没有解决问题。 在纯Ubuntu下没有这个问题。