File size: 414 Bytes
6a6e5a4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | # Supported Tasks
This model supports the following tasks:
- `text-generation`
- `text2text-generation`
# Quote GPT Model
This is a sequence-to-sequence model trained to predict product suggestions based on opportunity details.
## Usage
To use this model, send a POST request to the Inference API endpoint with the following JSON payload:
```json
{
"inputs": "I need laptops for clinical engineering."
} |