Skip to content

wodesiku/OpenMind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

OpenMind

G3Jg94JaUAATMqQ

配置项 最低要求
CPU 未知
RAM 未知 GB
硬盘 50 GB+ NVME SSD
网速 1 Gbps+
Ubuntu Ubuntu 24.04

服务器更新:

sudo apt update -y && sudo apt upgrade -y

安装软件包:

sudo apt install htop ca-certificates zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev tmux iptables curl nvme-cli git wget make jq libleveldb-dev build-essential pkg-config ncdu tar clang bsdmainutils lsb-release libssl-dev libreadline-dev libffi-dev jq gcc screen file unzip lz4 -y

额外软件包:

sudo apt install portaudio19-dev python3-dev ffmpeg -y

安装 UV:

curl -LsSf https://astral.sh/uv/install.sh | sh
source ~/.bashrc
  • 检查版本:
uv --version
image

下载 OM1:

git clone https://github.com/openmind/OM1.git
cd OM1
git submodule update --init
uv venv

激活虚拟环境

source .venv/bin/activate

OpenMind API 密钥

image
  • 使用 USDC 充值。我充了 3 USDC - 支付部分只支持加密货币,只接受 USDC,我用的是 Base 网络的 USDC 支付。
  • 点击下方的 Create API Key,会生成密钥,请保存好,只显示一次。
cp env.example .env
nano .env
image
  • OM_API_KEY=你的API密钥填这里
  • 然后按 CTRL+X,CTRL+Y,回车保存。

安装依赖

uv sync

创建 Screen 会话:

screen -S OM1
image
  • 重新激活虚拟环境:
source .venv/bin/activate
  • 运行:
uv run src/run.py open_ai
image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors