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'.
#SOLVED: ChimeraGPT and Othes
1 messages · Page 1 of 1 (latest)
It should be working fine just by adding the reverse proxy to the .env, I am currently using Chimera this way 🤔
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
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
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
when it says set token, then that means you left the key set to "user_provided"
I tried that, and I set up this reverse proxy.
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'
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.
👍
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.
Glad you got it working!