Action button not shown with ollama models #1573

Closed
opened 2025-11-11 14:47:38 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @vosiander on GitHub (Jul 21, 2024).

Originally assigned to: @tjbck on GitHub.

Bug Report

Description

Bug Summary:
If you have no models in the database ("model" table), the action button is not displayed - even if you enable it globally. Happens if you have only ollama models (those are fetched by the api and not saved to the db).
If you create a custom model, it is displayed. It is NOT displayed on ollama models even if "global" is enabled

Steps to Reproduce:

  • create an action
  • enable it globally
  • use prompt on ollama models

Expected Behavior:

  • Action button is shown

Actual Behavior:

  • No action button is shown
  • Action button is only shown own models in the database

Environment

  • Open WebUI Version: 0.3.10
  • Browser (if applicable): all of them

Reproduction Details

Confirmation:

  • I have read and followed all the instructions provided in the README.md.
  • I am on the latest version of both Open WebUI and Ollama.
Originally created by @vosiander on GitHub (Jul 21, 2024). Originally assigned to: @tjbck on GitHub. # Bug Report ## Description **Bug Summary:** If you have no models in the database ("model" table), the action button is not displayed - even if you enable it globally. Happens if you have only ollama models (those are fetched by the api and not saved to the db). If you create a custom model, it is displayed. It is NOT displayed on ollama models even if "global" is enabled **Steps to Reproduce:** - create an action - enable it globally - use prompt on ollama models **Expected Behavior:** - Action button is shown **Actual Behavior:** - No action button is shown - Action button is only shown own models in the database ## Environment - **Open WebUI Version:** 0.3.10 - **Browser (if applicable):** all of them ## Reproduction Details **Confirmation:** - [x] I have read and followed all the instructions provided in the README.md. - [x] I am on the latest version of both Open WebUI and Ollama.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#1573