ai
软件列表
| 框架 | 描述 |
|---|---|
| OpenCode Cowork | 在 OpenCode 中自主完成复杂任务的 AI 代理 |
| agent-s | AI像人使用电脑 |
| Next AI Draw | AI绘图 |
| Banana Slides | AIPPT |
OpenCode
安装 brew install anomalyco/tap/opencode
配置模型 opencode auth login
启动 opencode
模型切换 /models
终止对话 Ctrl + C
退出 Ctrl + D
注意
测试终端是否和谷歌连通
curl -I https://generativelanguage.googleapis.com
临时代理配置:
export https_proxy=http://127.0.0.1:7890
export http_proxy=http://127.0.0.1:7890
永久代理配置:
vi ~/.zshrc
alias proxy='export https_proxy=http://127.0.0.1:7890; export http_proxy=http://127.0.0.1:7890; echo "Proxy ON"'
alias unproxy='unset https_proxy; unset http_proxy; echo "Proxy OFF"'
source ~/.zshrc
先输入proxy,再使用opencode
