yandricr / gpti-js

This package simplifies your interaction with various GPT models, removing the need for tokens or other methods to access GPT
https://nexra.aryahcr.cc/
MIT License
42 stars 7 forks source link

Emi model doesn't work #15

Closed Paxsenix0 closed 2 months ago

Paxsenix0 commented 2 months ago

Hello! Thank you for this free services! Recently when i tried to use Emi model, i keep getting error code 500

{
    "code": 500,
    "status": false,
    "error": "INTERNAL_SERVER_ERROR",
    "message": "general (unknown) error"
}
yandricr commented 2 months ago

The model works correctly for me

5ef5d682-6d5e-4794-9897-77ef18e5c2e5

Paxsenix0 commented 2 months ago

It's working now, thank you, i guess it's because of my prompt that too long.

Once again thank you!!