Rivalcoder commited on
Commit
4f40d6e
·
1 Parent(s): ad8a1a5

[Edit] Update

Browse files
Files changed (1) hide show
  1. llm.py +6 -3
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). This was determined by carefully following the mission brief and executing the outlined steps. First, we accessed the Secret City API endpoint at https://register.hackrx.in/submissions/myFavouriteCity, which returned "New York" as the favorite city. Then, by consulting Sachin’s travel notes, we decoded this city to find that in this parallel world, New York is home to the Eiffel Tower landmark. According to the flight path rules, when the landmark is the Eiffel Tower, the correct endpoint to call is https://register.hackrx.in/teams/public/flights/getThirdCityFlightNumber. Accessing this endpoint returned the code (Real Flight Number) . This flight number completes the mission and will guide Sachin back to the real world from the strange parallel dimension where the world’s most famous landmarks have been swapped between cities.
190
- 6).Based On The rule Answer The Question and IN Response Used Endpoint url Mention is Mandatory For Example Give Like From Access This url Got The Favourite city Like That.
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.