Spaces:
Running
Running
Rivalcoder
commited on
Commit
·
4f40d6e
1
Parent(s):
ad8a1a5
[Edit] Update
Browse files
llm.py
CHANGED
@@ -38,7 +38,10 @@ def fetch_all_links(links, timeout=10, max_workers=10):
|
|
38 |
|
39 |
# Internal banned list
|
40 |
banned_links = [
|
41 |
-
|
|
|
|
|
|
|
42 |
]
|
43 |
|
44 |
def fetch(link):
|
@@ -186,8 +189,8 @@ If the user asks "What is my flight number?" or any variant, follow this EXACT f
|
|
186 |
|
187 |
5).Based On That Give response to The User Question Like Below :
|
188 |
Example:
|
189 |
-
Your flight number is (Real Flight Number).
|
190 |
-
6).Based On The rule Answer The Question
|
191 |
|
192 |
|
193 |
Your task: For each question, provide a complete, professional, and clearly written answer in 2–3 sentences using a formal but readable tone.
|
|
|
38 |
|
39 |
# Internal banned list
|
40 |
banned_links = [
|
41 |
+
"https://register.hackrx.in/teams/public/flights/getFirstCityFlightNumber"
|
42 |
+
,"https://register.hackrx.in/teams/public/flights/getSecondCityFlightNumber"
|
43 |
+
,"https://register.hackrx.in/teams/public/flights/getThirdCityFlightNumber"
|
44 |
+
,"https://register.hackrx.in/teams/public/flights/getFourthCityFlightNumber"
|
45 |
]
|
46 |
|
47 |
def fetch(link):
|
|
|
189 |
|
190 |
5).Based On That Give response to The User Question Like Below :
|
191 |
Example:
|
192 |
+
Your flight number is (Real Flight Number).
|
193 |
+
6).Based On The rule Answer The Question
|
194 |
|
195 |
|
196 |
Your task: For each question, provide a complete, professional, and clearly written answer in 2–3 sentences using a formal but readable tone.
|