QuoteGPT / README.md
srikol's picture
Upload 30 files
6a6e5a4 verified
# 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."
}