FlowiseAI / Flowise

Drag & drop UI to build your customized LLM flow
https://flowiseai.com
Apache License 2.0
29.42k stars 15.22k forks source link

[FEATURE] GoogleVertexAI Model needs custom model names to be used #2865

Open severfire opened 1 month ago

severfire commented 1 month ago

Describe the feature you'd like We should be able to write our own model we want to use, for example I cannot use gemini-1.5-flash-001 or gemini-1.5-pro or if I want to use like Claude AI from Google Vertex... We need much more options for this widget.

Thanks for your hard work!

HenryHengZJ commented 1 month ago

hey! if you want to add more models, we just need to add it here - https://github.com/FlowiseAI/Flowise/blob/main/packages/components/models.json

gr4y41 commented 3 days ago

hey! if you want to add more models, we just need to add it here - https://github.com/FlowiseAI/Flowise/blob/main/packages/components/models.json

The issue seems to be less about a particular model and more about enabling support for Vertex AI endpoints, which allow for hosting custom or private models. Adding this functionality would greatly enhance the flexibility and usability of the framework with GCP resources.