Diego Spinola
Diego Spinola
This would be really useful for me too , I've been searching for a way to automate the startup of my development environments but no luck... if anyone knows of...
never , this repo is abandoned
This one support openrouter and all it's models: https://github.com/SkylightAI/chatbot-ui i've tried to reach @mckaywrigley on twitter to let him know about this fork wars (apparently he's planning on releasing a...
Hey @jorge-menjivar have you consider using the https://openrouter.ai/ abstraction layer ? if you did and decided against it why? thanks
He seems new to the open software development practices ... Let's cut him some slack, but yes it does seem that this repo/version is abandoned for good...
I'm using caddy in a docker-compose stack to add this to my setup here's an example: ``` version: "3" services: wg: build: . #image: ngoduykhanh/wireguard-ui:latest container_name: wgui cap_add: - NET_ADMIN...