AiChatbot / README.md
PanosP99's picture
Update README.md
62a63b7 verified
metadata
language: en
tags:
  - chatbot
  - ecommerce
  - product-recommendation
  - instruction-tuned
license: mit
pipeline_tag: text-generation
model_type: gpt_neox

My Ecommerce Chatbot

This model uses a wrapped instruction prompt to help customers choose products based on their needs.
It behaves like a chatbot and returns JSON when asked.

Instruction Behavior

The chatbot must:

  • Ask clarifying questions when needed.
  • Recommend products only from provided product lists.
  • Answer using clean, helpful language.
  • Return JSON when explicitly requested.

Example Instruction

"Given the customer's message and the list of products, return JSON: { \"selected_product_ids\": [...] }"