Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -13,17 +13,7 @@ app = App.from_config(config={
|
|
13 |
"max_tokens": 1000,
|
14 |
"top_p": 1,
|
15 |
"stream": False,
|
16 |
-
|
17 |
-
Use the following pieces of context to answer the query at the end.
|
18 |
-
If you don't know the answer, just say that you don't know, don't try to make up an answer.
|
19 |
-
$history
|
20 |
-
|
21 |
-
$context
|
22 |
-
|
23 |
-
Query: $query
|
24 |
-
|
25 |
-
Helpful Answer:
|
26 |
-
""",
|
27 |
},
|
28 |
},
|
29 |
"embedder": {
|
|
|
13 |
"max_tokens": 1000,
|
14 |
"top_p": 1,
|
15 |
"stream": False,
|
16 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
},
|
18 |
},
|
19 |
"embedder": {
|