Closed (won't fix)
Project:
FlowDrop
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
3 Dec 2025 at 11:34 UTC
Updated:
25 Jan 2026 at 21:23 UTC
Jump to comment: Most recent
The Chat Model component currently relies on hardcoded configuration. This prevents the system from dynamically reflecting new or updated models provided by different AI providers. Users cannot access the latest models without manual configuration updates, reducing flexibility and potentially leading to outdated model selection.
Update the Chat Model component to fetch available models dynamically from all configured AI providers.
Comments
Comment #2
d34dman commented@gxleano, how about we introduce stand-alone module that depends on AI module for providers? So that way, we need to only expose pre-configured providers in Drupal?
Comment #3
d34dman commentedProviding Chat Model is out of scope of this project. Use https://www.drupal.org/project/flowdrop_ai_provider instead.