[User Story] How I am using tingly box as a self-hosted LLM gateway #370
MingxiYe
started this conversation in
Show and tell
Replies: 1 comment
|
Thanks for the sharing. Another typical use is to set up a proxy for team to share models: Buying one key for each model provider and easily share to all members. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hey, I wanted to share how I have been running tingly box on my server. Maybe this could help others
What this thing actually is
Here is my situation. I got a bunch of servers and devices all running different AI workloads, and I was tired of managing API keys everywhere. With tingly box, I can manage all the keys in one server, and then everything else just talks to tingly box instead of the providers directly.
How I run it on my server
With Node.js installed, I just simply run
npx tingly-box@latest start.The SSh trick for setup
And here is one trick for configuring tingly box, since the web UI lives on the server but I would like to configure it from my laptop. Here is hot it works.
Now localhost:12580 on my laptop = localhost:12580 on the server.
Then open http://localhost:12580 in your browser. You can access to the web UI of tingly box now!
How to use
All reactions