Get the model name for each call
Closed this issue · 1 comments
p3psi-boo commented
Hey team,
Could we add the model name to the function return? It’s crucial for my dataset analysis to know which model is being used per call.
sxlijin commented
You should be able to use a dynamic client to override the provider/model being used at runtime, which will allow you to resolve this information ahead of time: https://docs.boundaryml.com/docs/calling-baml/client-registry
Will this work for you?