ersilia-os / ersilia-pack

Module to pack Ersilia models with FastAPI
GNU General Public License v3.0
1 stars 6 forks source link

Register example endpoints for different APIs in the server app #12

Closed DhanshreeA closed 1 month ago

DhanshreeA commented 3 months ago

Currently implementation of the server app template assumes the existence of a single API for the model server (ie the one enabled by run.sh), however we want to make this extensible having more than one API in the server. If possible these should be dynamically created, or at the very least, dynamically registered within the app.