Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -56,7 +56,7 @@ async def askQuestion(question):
|
|
| 56 |
print(f"Request failed with exception: {e}")
|
| 57 |
|
| 58 |
async def askQuestion2(question):
|
| 59 |
-
|
| 60 |
headers = {
|
| 61 |
'Content-Type': 'application/json'
|
| 62 |
}
|
|
|
|
| 56 |
print(f"Request failed with exception: {e}")
|
| 57 |
|
| 58 |
async def askQuestion2(question):
|
| 59 |
+
url = 'https://api.docsbot.ai/teams/ZrbLG98bbxZ9EFqiPvyl/bots/oFFiXuQsakcqyEdpLvCB/chat'
|
| 60 |
headers = {
|
| 61 |
'Content-Type': 'application/json'
|
| 62 |
}
|