Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ def chat_with_pdf(content):
|
|
| 15 |
|
| 16 |
data = {
|
| 17 |
'stream': True,
|
| 18 |
-
'sourceId': '
|
| 19 |
'messages': [
|
| 20 |
{
|
| 21 |
'role': "user",
|
|
|
|
| 15 |
|
| 16 |
data = {
|
| 17 |
'stream': True,
|
| 18 |
+
'sourceId': 'src_REdjHAwIpm8Lhuk2HAtnm', # Replace with your source ID
|
| 19 |
'messages': [
|
| 20 |
{
|
| 21 |
'role': "user",
|