runbrick 发布的文章
Windows Ollama 搭建后外网无法访问
在 编辑系统环境变量 中 增加下面两个变量
OLLAMA_HOST 0.0.0.0
OLLAMA_ORIGINS *
搭建whisper 和 whisper-asr-webservice
我使用的是腾讯的 Cloud Studio 作为开发环境。创建的免费基础型
Ubuntu 添加 i386 架构支持
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install libstdc++6:i386 libgcc-s1:i386 libc6:i386
去除宝塔的 ssl
rm -f /www/server/panel/data/ssl.pl && /etc/init.d/bt restart