amallo

一个简单的GUI,用于查询本地Ollama API服务器,进行推理,使用Flutter编写

screenshot

入门

  1. 下载并安装 Ollama
  2. 安装 amallo 或者,
  3. 从源代码构建。

   git clone [email protected]:mthongvanh/amallo.git
   cd amallo
   flutter pub get
   flutter run -d macos

使用...构建

Flutter 3.13.2

Dart 3.1.0

测试环境:macOS Sonoma (15.0 beta) & Xcode 14.3.1

GitHub

查看 Github