add comment

This commit is contained in:
Adil Hafeez 2025-05-23 00:43:56 -07:00
parent 809b985ba5
commit 12447ec94e
No known key found for this signature in database
GPG key ID: 9B18EF7691369645

View file

@ -85,6 +85,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error + Send + Sync>> {
let listener = TcpListener::bind(bind_address).await?;
// if routing is null then return gpt-4o as model name
//TODO: fail if routing is null
let model = arch_config
.routing
.as_ref()