1 个不稳定版本
0.1.0 | 2024年7月14日 |
---|
#309 在 机器学习
每月 22 下载
35KB
750 行
OChat
使用 iced 和 rust 制作的 GUI,允许您与 AI 交谈。
安装
下载 LLM 模型
在 Linux 上
# Install ollama:
curl https://ollama.ai/install.sh | sh
# Pull orca-mini:
ollama pull orca-mini:3b
运行应用程序
安装
# To install from crates.io
cargo install ochat
# To run the installed program
ochat
构建 & 运行
# Clone the repository:
git clone https://gitlab.com/officialccoders/ollama-chat-iced.git
cd ollama-chat-iced
# Build and run app with release tags:
cargo build --release
cargo run --release
# Or simply:
cargo run
贡献
欢迎提交拉取请求。对于重大更改,请先打开一个问题来讨论您想要更改的内容。
许可证
依赖项
~32–53MB
~1M SLoC