#SOLVED: ChimeraGPT and Othes

1 messages · Page 1 of 1 (latest)

acoustic gate
#

I was only able to use ChimeraGPT, PurGPT and others by modifying the files: ChatGPTClient.js, OpenAIClient.js, and endpoints.js, changing the "https://openai..." to something else. The Docs section in the LibreChat project doesn't teach how to do this. I think it would be better to address this issue there. For 30 minutes, I kept receiving an error stating that my open AI API was not valid and that I should put something in 'Set Token'.

toxic quiver
#

The base URL changed to : https://chimeragpt.adventblocks.cc/api/v1/chat/completions

there's already a PR waiting to be merged to address this

last rune
#

Yes, just using the reverse proxy works fine with ChimeraGPT, PurGPT, and another (can't remember the name right now). All of them ran without issue through reverse proxy

acoustic gate
#

Well, the thing is, I even added the reverse proxy in the .env file, but it still kept saying 'set token.' I even reinstalled Librechat to check if there was any unsuccessful installation. Anyway, I'll reinstall everything here once again and try again, just in case

last rune
#

when it says set token, then that means you left the key set to "user_provided"

acoustic gate
last rune
#

ChimeraGPT has their own tokens, PurGPT I can't remember but I'm pretty sure they do too

#

You'd need to set their keys up instead of 'user_provided'

acoustic gate
#

Yes! The purgpt is basically like the Chimera, its way of setting up. And I inserted the API in the .env file instead of using the 'user_provided' on the website itself. Anyway, I'll reinstall here and check with the REVERSE_PROXY through the .env.

last rune
#

👍

acoustic gate
#

After reinstalling Agfora, it is working properly. Maybe when I updated the project, it didn't update the necessary files or something like that...

#

Anyway, thank you very much.