💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
[TOC] # 安装 mac 下安装: ``` brew tap mongodb/brew brew install mongodb-community brew services start mongodb-community ``` 其他请参考官网:[Run mongodb](https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/#run-mongodb) 参考:[Installing-mongodb-with-homebrew](https://stackoverflow.com/questions/57856809/installing-mongodb-with-homebrew) ## 查看运行 ``` ps aux | grep -v grep | grep mongod ```