tonyduxx/grocery-list
This is a text generation model fine-tuned for generating grocery lists.
Usage
You can use this model with the Hugging Face Inference API:
import requests
API_URL = "https://api-inference.huggingface.co/models/tonyduxx/grocery-list"
headers = {"Authorization": "Bearer YOUR_HF_API_KEY"}
data = {
"inputs": "Generate a grocery list for a week of healthy meals."
}
response = requests.post(API_URL, headers=headers, json=data)
print(response.json())
Example Input
Generate a grocery list for a week of healthy meals.
Example Output
Chicken Breat Brown Rice Broccoli Eggs Oats ...
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
๐
Ask for provider support
Model tree for tonyduxx/grocery-list
Base model
openai/gpt-oss-120b