PaulCCCCCCH / Robustar_implementation

13 stars 2 forks source link

Stateless model APIs #225

Open PaulCCCCCCH opened 10 months ago

PaulCCCCCCH commented 10 months ago

I recently went through the workflow again and thought it might be better to implement our APIs in stateless manner, i.e., instead of tracking a current_model at the backend, we can instead pass in a model_id parameters in all model APIs - specifying which model to perform this operation on.

Pros:

Cons: