Flowise icon indicating copy to clipboard operation
Flowise copied to clipboard

[BUG]There are no options in the model names in all models, and they are not allowed to be entered.

Open musuiot opened this issue 10 months ago • 5 comments

Describe the bug In the latest version of the model, there is no option in the model name, and it is not allowed to be entered. 000

musuiot avatar Apr 16 '24 13:04 musuiot

it's the same for me when using OpenAI

qhdrl12 avatar Apr 18 '24 09:04 qhdrl12

oh strange, in the latest version we pull the model list from this file here

There might be some issues to access the file, can you try deleting the old node, and create from scratch? If not you can create a models.json file and specify the env variable - https://docs.flowiseai.com/configuration/environment-variables#models

HenryHengZJ avatar Apr 20 '24 11:04 HenryHengZJ

also please share how are you running Flowise. There might be company proxy that blocks the access to fetch the file from Github

HenryHengZJ avatar Apr 20 '24 11:04 HenryHengZJ

In order to test, I reinstalled the win11 system and all related environments, but the situation is still the same. This is a locally running program and should not be associated with the network. In particular this should be designed as a local configuration file. I strongly hope this bug can be resolved soon.

musuiot avatar Apr 22 '24 09:04 musuiot

I changed the proxy and tested it, and the options can be displayed. But the previous version did not have this problem. It's hard for me to understand why this parameter should be designed to be so closely related to the network? If so, using flowise will be very limited.

musuiot avatar Apr 22 '24 12:04 musuiot

I changed the proxy and tested it, and the options can be displayed. But the previous version did not have this problem. It's hard for me to understand why this parameter should be designed to be so closely related to the network? If so, using flowise will be very limited. Hello, I'm having the same problem, how did you modify the proxy?

liyiyiya avatar May 14 '24 09:05 liyiyiya

created a PR now to fallback to fetch the local models.json file if the link is not accessible - https://github.com/FlowiseAI/FlowiseCloud/pull/397

HenryHengZJ avatar May 15 '24 17:05 HenryHengZJ