ersilia-os / ersilia-assistant

A chat assistant to help you design experimental workflows in drug discovery using Ersilia models with ease!
GNU General Public License v3.0
4 stars 0 forks source link

Return the list of returned models in a tabular format #8

Closed DhanshreeA closed 1 week ago

DhanshreeA commented 1 month ago

The assistant's response containing models from the hub relevant to the user's prompt should be displayed in the following fashion:

+------------------+---------------------+---------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+
| Model Identifier | Name                | GitHub Repository                     | Explanation                                                                                                                             |
|                  |                     |                                       |                                                                                                                                         |
+------------------+---------------------+---------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+
| eos3b5e          | Molecular Weight    | https://github.com/ersilia-os/eos3b5e | This model is useful for calculating molecular weight of a compound                                                                     |
+------------------+---------------------+---------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+
| eos4wt0          | Morgan Fingerprints | https://github.com/ersilia-os/eos4wt0 | This model generates Morgan Fingerprint for a given compound. It is useful for generating molecular embeddings for downstream ML tasks. |
+------------------+---------------------+---------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+
|                  |                     |                                       |                                                                                                                                         |
+------------------+---------------------+---------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+