Skip to content

基于flutter开发,基于chatgpt聊天社区,集成各大平台的聊天,社区发布动态,视频,文章。

License

Notifications You must be signed in to change notification settings

guipie/juai_flutter

Repository files navigation

ChatBot

my_app/ ├── android/ # Android相关的原生代码和配置文件 │ └── ... ├── ios/ # iOS相关的原生代码和配置文件 │ └── ... │ ├── assets/ # 静态资源,如图片、字体等 ├── lib/ # 主要的Dart代码存放目录 │ ├── constants/ # 项目常量定义 │ ├── models/ # 数据模型定义 │ ├── pages/ # 页面组件,每个页面一个文件夹 │ │ ├── home/ │ │ │ ├── home_page.dart │ │ │ └── ... │ │ ├── about/ │ │ │ └── about_page.dart │ │ └── ... │ ├── providers/ # 状态管理,如Provider或Riverpod的实现 │ ├── repositories/ # 数据仓库层,负责数据获取逻辑 │ ├── services/ # 网络服务、本地存储等服务类 │ ├── utils/ # 工具类和帮助函数 │ ├── widgets/ # 可复用UI组件 │ │ ├── buttons/ │ │ ├── cards/ │ │ └── ... │ ├── app.dart # 应用程序入口文件 │ └── main.dart # 主函数入口 ├── test/ # 单元测试和 widget 测试文件 │ └── ... ├── pubspec.yaml # 项目配置文件,包含依赖、版本信息等 ├── analysis_options.yaml # 分析器配置文件,定制代码规范检查 └── .gitignore # Git忽略文件列表 mobile private ChatGPT application, supporting GPT, Gemini Pro, Cohere & Ollama models. [How to Use](./USAGE.md)

移动端私人 ChatGPT 应用, 支持 GPT, Gemini Pro, 通义千问, 智谱, DeepSeek, Kimi, 零一万物, MiniMax, Cohere & Ollama 等等 模型。 如何使用

支持所有兼容 ChatGPT API 的第三方模型,比如 DeepSeek, Kimi等等国产模型。

iOS / Android / macOS / Telegram

Feature

  • Support GPT, Gemini Pro, DeepSeek, Kimi, 通义千问, 智谱, DeepSeek, Kimi, 零一万物, MiniMax, Cohere & Ollama models
  • Privacy first, all data is stored locally
  • Responsive design, dark mode
  • Support voice conversation
  • Support generating pictures
  • support long conversations
  • support ChatGPT Code interpreter
  • I18n: English, 简体中文, 日本語, 한국어

主要功能

  • 支持 GPT, Gemini Pro, DeepSeek, Kimi, 通义千问, 智谱, DeepSeek, Kimi, 零一万物, MiniMax, Cohere & Ollama 模型
  • 隐私优先, 所有数据都存储在本地
  • 响应式设计, 暗黑模式
  • 支持语音对话
  • 支持生成图片
  • 支持长时间对话
  • 支持 ChatGPT Code interpreter
  • I18n: English, 简体中文, 日本語, 한국어

For iOS & Android

For macOS (Not currently open source)

Donation

Buy Me a Coffee

支持我

Warning

Please do not download from other channels to prevent key theft.

警告

请勿从其他渠道下载,防止 key 被盗

About

基于flutter开发,基于chatgpt聊天社区,集成各大平台的聊天,社区发布动态,视频,文章。

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published