HyperMehfin commited on
Commit
f78440c
ยท
verified ยท
1 Parent(s): 2887842

Update data.py

Browse files
Files changed (1) hide show
  1. data.py +11 -11
data.py CHANGED
@@ -1,7 +1,7 @@
1
  # data.py
2
 
3
  # UPDATED KNOWLEDGE BASE: VEDANIX 2K26
4
- # Status: FINAL ROOM LIST + SPECIFIC HACKATHON/IDEATHON RULES
5
 
6
  kb = {
7
  # --- MASTER EVENT LIST (Catches "what events are there") ---
@@ -24,30 +24,30 @@ kb = {
24
  **๐ŸŽช Stalls:**
25
  - CSE (015/016), Civil (023), ECE/EEE (024), ME (013)
26
 
27
- *Tip: Ask about 'Hackathon Rules' or 'Gaming' for more details!*
 
 
28
  """
29
  },
30
 
31
- # --- COMPETITIONS & TECHNICAL (Updated with PDF Rules) ---
32
  "hackathon": {
33
  "keywords": ["hackathon", "ideathon", "code", "coding", "rules", "118"],
34
  "response": """
35
  ๐Ÿ’ป **Ideathon & Mini Hackathon**
36
  ๐Ÿ“ **Venue:** Room 118 (1st Floor)
37
- ๐Ÿ• **Time:** 10:15 AM โ€“ 1:00 PM
38
 
39
  **๐Ÿ’ก Event 1: Ideathon**
40
  *Objective: innovative problem-solving.*
41
  - **Format:** Idea presentation only (No coding).
42
- - **Team:** 2-5 Members.
43
  - **Rules:** ๐Ÿšซ **NO Internet access** allowed.
44
  - **Judging:** Innovation, Feasibility, Clarity.
45
 
46
  **๐Ÿ› ๏ธ Event 2: Mini Hackathon**
47
  *Objective: Build a working prototype.*
48
  - **Format:** Build a basic demo/prototype.
49
- - **Team:** 2-5 Members.
50
- - **Rules:** โœ… **Internet & AI Tools (ChatGPT/Copilot)** are PERMITTED.
51
  - **Requirement:** Must bring your own Laptop.
52
  """
53
  },
@@ -136,7 +136,7 @@ kb = {
136
 
137
  **Morning:**
138
  - 09:30: Inauguration
139
- - 10:15: Ideathon/Hackathon (Room 118)
140
  - 10:30: Project Expo (Room 116)
141
  - 10:30: Circuit Events (Room 117)
142
  - 11:30: Tech Quiz (Room 116)
@@ -146,8 +146,8 @@ kb = {
146
  - ๐Ÿš€ Space Room (Room 114)
147
  - ๐ŸŽฎ Gaming (Room 018)
148
 
149
- **Evening:**
150
- - 06:00: ๐ŸŽธ **Band Performance**
151
  """
152
  },
153
 
@@ -174,6 +174,6 @@ kb = {
174
 
175
  "greetings": {
176
  "keywords": ["hi", "hello", "hey", "start", "help", "vedanix"],
177
- "response": "โœจ **Welcome to VEDANIX 2K26** โœจ\n\nI have the latest updates on:\n- ๐Ÿ“… Official Schedule\n- ๐Ÿ“ Room Locations (Space, AR/VR, Gaming)\n- ๐Ÿ’ป Hackathon Rules\n- ๐ŸŽธ Band Performance\n\n*What would you like to know?*"
178
  }
179
  }
 
1
  # data.py
2
 
3
  # UPDATED KNOWLEDGE BASE: VEDANIX 2K26
4
+ # Status: NO BAND | HACKATHON EXTENDED (2 PM) | FINAL ROOMS
5
 
6
  kb = {
7
  # --- MASTER EVENT LIST (Catches "what events are there") ---
 
24
  **๐ŸŽช Stalls:**
25
  - CSE (015/016), Civil (023), ECE/EEE (024), ME (013)
26
 
27
+ **๐ŸŽญ Cultural (Naadham):**
28
+ - **Culturals** (Auditorium)
29
+ - **Treasure Hunt** (Private)
30
  """
31
  },
32
 
33
+ # --- COMPETITIONS & TECHNICAL ---
34
  "hackathon": {
35
  "keywords": ["hackathon", "ideathon", "code", "coding", "rules", "118"],
36
  "response": """
37
  ๐Ÿ’ป **Ideathon & Mini Hackathon**
38
  ๐Ÿ“ **Venue:** Room 118 (1st Floor)
39
+ ๐Ÿ• **Time:** 10:15 AM โ€“ 2:00 PM
40
 
41
  **๐Ÿ’ก Event 1: Ideathon**
42
  *Objective: innovative problem-solving.*
43
  - **Format:** Idea presentation only (No coding).
 
44
  - **Rules:** ๐Ÿšซ **NO Internet access** allowed.
45
  - **Judging:** Innovation, Feasibility, Clarity.
46
 
47
  **๐Ÿ› ๏ธ Event 2: Mini Hackathon**
48
  *Objective: Build a working prototype.*
49
  - **Format:** Build a basic demo/prototype.
50
+ - **Rules:** โœ… **Internet & AI Tools** are PERMITTED.
 
51
  - **Requirement:** Must bring your own Laptop.
52
  """
53
  },
 
136
 
137
  **Morning:**
138
  - 09:30: Inauguration
139
+ - 10:15 - 02:00: Ideathon/Hackathon (Room 118)
140
  - 10:30: Project Expo (Room 116)
141
  - 10:30: Circuit Events (Room 117)
142
  - 11:30: Tech Quiz (Room 116)
 
146
  - ๐Ÿš€ Space Room (Room 114)
147
  - ๐ŸŽฎ Gaming (Room 018)
148
 
149
+ **Evening (Naadham):**
150
+ - 04:30: Prize Distribution
151
  """
152
  },
153
 
 
174
 
175
  "greetings": {
176
  "keywords": ["hi", "hello", "hey", "start", "help", "vedanix"],
177
+ "response": "โœจ **Welcome to VEDANIX 2K26** โœจ\n\nI have the latest updates on:\n- ๐Ÿ“… Official Schedule\n- ๐Ÿ“ Room Locations (Space, AR/VR, Gaming)\n- ๐Ÿ’ป Hackathon Rules\n\n*What would you like to know?*"
178
  }
179
  }