matrixgpt / matrix-chatgpt-bot

Talk to ChatGPT via any Matrix client!
GNU Affero General Public License v3.0
233 stars 64 forks source link

Alternative API URL #157

Closed daedric7 closed 1 year ago

daedric7 commented 1 year ago

Hello

I'm using this and i must say it's working perfectly.

Certain projects are developing other Chat BOTs, with OpenAI compatible API's.

If we could set the URL for the API we could use your bot with their selfhosted AIs.

Perhaps a setting in the .env to define a custom API url ? I could TRY and work around this with DNS but it would be a dirty hack.

max298 commented 1 year ago

Interesting! I think we could support this relatively easy by adding the reverse proxy url. I'll see if I have the time later today to try this out.

max298 commented 1 year ago

this was merged in #161 🚀