Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,8 +8,8 @@ def chat_with_pdf(content):
|
|
| 8 |
}
|
| 9 |
|
| 10 |
data = {
|
| 11 |
-
"stream": True,
|
| 12 |
-
"sourceId": "
|
| 13 |
"messages": [
|
| 14 |
{
|
| 15 |
"role": "user",
|
|
|
|
| 8 |
}
|
| 9 |
|
| 10 |
data = {
|
| 11 |
+
#"stream": True,
|
| 12 |
+
"sourceId": "src_REdjHAwIpm8Lhuk2HAtnm", # Replace with your source ID
|
| 13 |
"messages": [
|
| 14 |
{
|
| 15 |
"role": "user",
|