Spaces:
Sleeping
Sleeping
MingruiZhang
commited on
Commit
•
d001191
1
Parent(s):
93dd66e
send all images for now
Browse files
components/chat/index.tsx
CHANGED
@@ -24,7 +24,7 @@ export function Chat({ id, initialMessages, className }: ChatProps) {
|
|
24 |
id,
|
25 |
body: {
|
26 |
id,
|
27 |
-
dataset: dataset
|
28 |
},
|
29 |
onResponse(response) {
|
30 |
if (response.status === 401) {
|
|
|
24 |
id,
|
25 |
body: {
|
26 |
id,
|
27 |
+
dataset: dataset,
|
28 |
},
|
29 |
onResponse(response) {
|
30 |
if (response.status === 401) {
|