You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To ensure a scalable and maintainable system, every model should have a standardized access method. Currently, the system needs to adapt three ways of accessing three models.
Expected Behavior
Models are accessed using the same request format each time, with a consistent header and body. The api_key and endpoint_url parameters are expected to be unique for each model.
Current Behavior
Currently, there are three different ways to call three models. Here's a list of functioning headers and body by models
Issue description
To ensure a scalable and maintainable system, every model should have a standardized access method. Currently, the system needs to adapt three ways of accessing three models.
Expected Behavior
Models are accessed using the same request format each time, with a consistent header and body. The
api_key
andendpoint_url
parameters are expected to be unique for each model.Current Behavior
Currently, there are three different ways to call three models. Here's a list of functioning headers and body by models
Additional Context
Issue 51 Implement Model Switching Functionality in Inference Request
The text was updated successfully, but these errors were encountered: