noodlapp / noodl

Noodl is a low code platform for creating full stack web applications
https://noodl.net
GNU General Public License v3.0
269 stars 64 forks source link

Noodl AI (GPT-3) not working/ asks for GPT 4 API key #25

Open 1Alsaad opened 4 months ago

1Alsaad commented 4 months ago

When activating Open AI gpt 3 option in the settings and then trying to use the AI function in the editor it asks you to enter an API key for GPT 4 even though gpt 3 is the one selected in the settings.

debtitor commented 4 months ago

I am having the same issue.

Vigilence commented 4 months ago

Same.

skymachai commented 4 months ago

The AI builder does not seem to work for the Open Source version. It only works for the legacy 2.9 commercial version.

markdwoods3 commented 4 months ago

There is an issue with GPT 4 the open source version which requires a build from source to work.

Perhaps try that to see if the basic GPT works from that version.

1Alsaad commented 4 months ago

There is an issue with GPT 4 the open source version which requires a build from source to work.

Perhaps try that to see if the basic GPT works from that version.

I've already tried building from source, same problem.

trbm1 commented 3 months ago

I assume that the Noodle team is looking into refactoring Noodle AI? While gpt-3 is selectable, the code doesn't seem to handle the gpt-3 model properly. Distinction between limited-beta and full-beta is described, but not handled as mentioned. Is it worth refactoring this now? or are there bigger plans for the Clippy? One thing I noticed is that when an OpenAI secret key is given, it might be a better plan to populate the model dropdown with the supported AI models returned from the openAI API call. Trimming the supported operations would need some more attention.

I did a first refactoring making 3.5-turbo active as LimitedBeta. Only /Function is available. With every ChatGPT request resulting in Fatal Error. I guess it needs a propper refactoring.

scottyeung commented 3 months ago
Screenshot 2024-03-25 at 10 58 19 AM Screenshot 2024-03-25 at 10 59 14 AM

I got my API key for GPT4 but it keeps on asking me to add my own key is there anyone can help with it?

xavido commented 3 months ago

Same issue here... any idea ?

davidflips17 commented 3 weeks ago

@scottyeung @xavido did you manage to resolve this? I have the same issue.

erictuvesson commented 3 weeks ago

@davidflips17 this issue is solved in the code, but there is no new release by the remaining Noodl team.

I suggest running the editor from source, or using one of the forks https://github.com/fluxscape/fluxscape or https://github.com/The-Low-Code-Foundation/Code-Crusher.

davidflips commented 3 weeks ago

Thanks for your response, @erictuvesson. Ended up downloading fluxscape