Spaces:
Sleeping
Sleeping
rajesh1501
commited on
Commit
•
3b16799
1
Parent(s):
1f06873
Update app.py
Browse files
app.py
CHANGED
@@ -7,12 +7,13 @@ from embedchain import App
|
|
7 |
os.environ["OPENAI_API_KEY"] = "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"
|
8 |
|
9 |
app = App()
|
10 |
-
app.add("https://devgan.in/all_sections_ipc.php")
|
11 |
-
app.add("http://ncw.nic.in/important-links/List-of-Laws-Related-to-Women")
|
12 |
-
app.add("https://amritmahotsav.nic.in/blogdetail.htm?84")
|
13 |
-
app.add("https://www.animallaw.info/article/introduction-criminal-law-india#:~:text=The%20laws%20that%20govern%20criminal,a%20crime%20has%20been%20committed")
|
14 |
|
15 |
def query(message, history):
|
|
|
|
|
|
|
|
|
|
|
16 |
return app.chat(message)
|
17 |
|
18 |
|
|
|
7 |
os.environ["OPENAI_API_KEY"] = "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"
|
8 |
|
9 |
app = App()
|
|
|
|
|
|
|
|
|
10 |
|
11 |
def query(message, history):
|
12 |
+
app.add("https://devgan.in/all_sections_ipc.php")
|
13 |
+
app.add("http://ncw.nic.in/important-links/List-of-Laws-Related-to-Women")
|
14 |
+
app.add("https://amritmahotsav.nic.in/blogdetail.htm?84")
|
15 |
+
app.add("https://www.animallaw.info/article/introduction-criminal-law-india#:~:text=The%20laws%20that%20govern%20criminal,a%20crime%20has%20been%20committed")
|
16 |
+
app.add("https://lawrato.com/indian-kanoon/ipc")
|
17 |
return app.chat(message)
|
18 |
|
19 |
|