PanosP99 commited on
Commit
b38aed7
·
verified ·
1 Parent(s): 2a2f2a2

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # My Ecommerce Chatbot
2
+
3
+ This model uses a wrapped instruction prompt to help customers choose products based on their needs.
4
+ It behaves like a chatbot and returns JSON when asked.
5
+
6
+ ## Instruction Behavior
7
+
8
+ The chatbot must:
9
+
10
+ - Ask clarifying questions when needed.
11
+ - Recommend products ONLY from provided product lists.
12
+ - Answer using clean language.
13
+ - Return JSON when explicitly requested.
14
+
15
+ Example instruction:
16
+ "Given the customer's message and the list of products, return JSON: {\"selected_product_ids\": [...]}"