deepset-ai / COVID-QA

API & Webapp to answer questions about COVID-19. Using NLP (Question Answering) and trusted data sources.
Apache License 2.0
344 stars 121 forks source link

Add model_id in response #90

Closed tanaysoni closed 4 years ago

tanaysoni commented 4 years ago

With the new unified QA endpoint, the model_id to use is no longer explicit in the request. However, the model_id is needed for the feedback endpoint.

This PR adds model_id in the response body.