#chat-bot #ollama #ai #iced #chat

app ochat

使用 Ollama AIs 的聊天机器人应用程序

1 个不稳定版本

0.1.0 2024年7月14日

#309机器学习

每月 22 下载

MIT 许可证

35KB
750

OChat

使用 iced 和 rust 制作的 GUI,允许您与 AI 交谈。

安装

下载 LLM 模型

安装 Ollama
拉取 Orca-Mini

在 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

贡献

欢迎提交拉取请求。对于重大更改,请先打开一个问题来讨论您想要更改的内容。

许可证

MIT

依赖项

~32–53MB
~1M SLoC