You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 11, 2026. It is now read-only.
Hi Guys,
I want to call qwen3 model or other open source model instead of paid apis like gemini or anthropic models, my use case is the langgraph server is on a production server with only CPU and my qwen3 model is hosted on a different server with GPU. So I want to call the qwen3 model on different server and use it with existing code base, I suppose there should be example code for this somewhere, could anyone help me to find out that code snippet or is it something I need to write from scratch?