# 概述ollama 是一种在本地运行大模型的控制工具。# 基本命令ollama --help 查看帮助ollama -v , ollama --version 查看版本ollama list 查看已下载的模型ollama ps 查看正在运行的模型# 在 Python 中使用 ollama