#How does Convex access the local large oracle model API (such as GLM3)?

4 messages · Page 1 of 1 (latest)

hasty hazel
#

I have trained a GLM3 model locally and provided an API interface. How can I use Convex to integrate with it? I would be immensely grateful if someone could help me.👀

worn zinc
#

You can run something that exposes your local API to the convex backend. This project outlines how to use cloudflared: https://github.com/recursal/ai-town-rwkv-proxy#step-3---deploy-the-ai-town-proxy-via-cloudflared
I've also used ngrok and want to try https://tunnel.dev

Tunnel enables product teams to collaborate using live previews of local applications. With a single URL, your team can iterate rapidly on websites, APIs, webhooks, and more.

GitHub

Run a large AI town, locally, via RWKV ! Contribute to recursal/ai-town-rwkv-proxy development by creating an account on GitHub.

#

The trick is to give the convex backend a URL that points to your local machine by using a service that tunnels your connect.

hasty hazel
#

You're very welcome! I appreciate your response. I will now try to follow your instructions and proceed with the operation.😆