课程: AI Engineering Use Cases and Projects on AWS: Production-Grade LLM Systems

免费学习该课程!

今天就开通帐号,24,700 门业界名师课程任您挑!

Rust-model proxy routing walkthrough

Rust-model proxy routing walkthrough

Rust-based model proxy routing is an important skill to have. And if we talk about what it does, it is the ability to take a payload and route that payload to one or more models or even one or more providers. In this example here, we can see that I ask a question, explain async/await, right? So I have a general purpose assistant, and what's interesting about it is that I could route at local on my machine. Let's say I have an NVIDIA processor and I take a prompt that is in a YAML format, so it makes it reliable, and then I route that request over to DeepSeek-R1. This allows me to have this reasoning mechanism come into play, and it's using my computer, and I don't have to worry about that data getting sent somewhere else. And if we look at what this means, it means that I actually have the ability to build very comprehensive workflows that really protect the data privacy, also allow me to get more bang for my buck. I don't have to pay for a API that I call, and I have a new tool in my…

内容