[PR #7717] [MERGED] chore: fix local ai setting #8063

Closed
opened 2026-03-23 23:22:26 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/7717
Author: @appflowy
Created: 4/9/2025
Status: Merged
Merged: 4/9/2025
Merged by: @appflowy

Base: mainHead: fix_local_ai_setting


📝 Commits (1)

  • 2371d46 chore: fix local ai setting

📊 Changes

4 files changed (+15 additions, -8 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/setting_ai_view/local_ai_setting.dart (+2 -4)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/setting_ai_view/plugin_status_indicator.dart (+4 -0)
📝 frontend/resources/translations/en.json (+2 -2)
📝 frontend/rust-lib/flowy-ai/src/local_ai/resource.rs (+7 -2)

📄 Description

  1. allow user to modify ollama settting when ollama is not ready
  2. display missing model name

Summary by Sourcery

Improve local AI settings and model availability handling in the application

Bug Fixes:

  • Improve model availability check to support both exact and latest tag model names
  • Display missing model names to provide clearer feedback to users

Enhancements:

  • Modify model detection logic to be more flexible with model name matching
  • Always display Ollama settings regardless of connection status

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/7717 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 4/9/2025 **Status:** ✅ Merged **Merged:** 4/9/2025 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `fix_local_ai_setting` --- ### 📝 Commits (1) - [`2371d46`](https://github.com/AppFlowy-IO/AppFlowy/commit/2371d4691df487f65b2dda0bd33402448275fbd9) chore: fix local ai setting ### 📊 Changes **4 files changed** (+15 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/setting_ai_view/local_ai_setting.dart` (+2 -4) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/setting_ai_view/plugin_status_indicator.dart` (+4 -0) 📝 `frontend/resources/translations/en.json` (+2 -2) 📝 `frontend/rust-lib/flowy-ai/src/local_ai/resource.rs` (+7 -2) </details> ### 📄 Description 1. allow user to modify ollama settting when ollama is not ready 2. display missing model name ## Summary by Sourcery Improve local AI settings and model availability handling in the application Bug Fixes: - Improve model availability check to support both exact and latest tag model names - Display missing model names to provide clearer feedback to users Enhancements: - Modify model detection logic to be more flexible with model name matching - Always display Ollama settings regardless of connection status --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 23:22:26 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#8063
No description provided.