PenguinAI-Ext / extension

PenguinAI Extension
MIT License
2 stars 0 forks source link

text not working #6

Open supervoidcoder opened 5 days ago

supervoidcoder commented 5 days ago

I can generate images using this, but using any type of text generation models seems to wait for like 1 minute and then it just gives a Networkerror. Even the API by abby says it's "online" but it's clearly mostly dead. I thought it was a CORS issue at first since I tried using it for my scratch ai assistant at greencuby.com/scratchai but it's still not working in penguinmod itself, even with a simple prompt (since i thought the relatively long prompt could have also been the issue).

supervoidcoder commented 3 days ago

I think it IS a cors issue, actually. In the console of PenguinMod itself, it says "Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://penguinai.milosantos.com/v1/chat/completions. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: 524.

Error sending prompt to GPT NetworkError when attempting to fetch resource."