flutter_chatgpt_api
flutter_chatgpt_api copied to clipboard
Not working on web
Hi, thanks for the package!
It seems that the package currently is not working on the web.
In the web console I get the following errors:
Refused to set unsafe header "cookie"
and
Refused to set unsafe header "user-agent"
The package itself throws the following error:
ChatGPT failed to refresh auth token: Exception: Failed to refresh access token, token in response is null
Our base project is https://github.com/transitive-bullshit/chatgpt-api and v2 published yesterday.

Pull requests are welcomed :)
@coskuncay Hi, thanks for this package. Is there anything we can do to make this run on flutter web? Is there a limitation on the base project?