bertybuttface

Results 6 comments of bertybuttface

> I forked the repo and create a Dockerfile and docker-compose as in https://github.com/tuannm151/node-chatgpt-api. > The server only listen on localhost so I have to change it to listen on...

This is an example of how something like this could be included in a project easily so the two parts are decoupled: https://github.com/MatrixLLM/matrix-llm-bot

Unfortunately the textual web approach won't work as it relies on a cloud service: https://github.com/Textualize/textual-web/issues/19

This Dockerfile will work: https://github.com/jakecoppinger/matrix-chatgpt-bot/blob/main/Dockerfile I've found if you get captcha issues just login from a browser on the same machine, I was using an entirely different browser (Safari vs...

> My working example > > ``` > FROM node:18.12.1 > > RUN wget -qO - https://dl.google.com/linux/linux_signing_key.pub | gpg --dearmor -o /usr/share/keyrings/googlechrome-linux-keyring.gpg && \ > echo "deb [arch=amd64 signed-by=/usr/share/keyrings/googlechrome-linux-keyring.gpg] http://dl.google.com/linux/chrome/deb/...

> > Does that work on ARM64 as well as AMD64? > > i dont think so need to check If you need ARM64 you'd have to use Chromium instead...