MingruiZhang commited on
Commit
d001191
1 Parent(s): 93dd66e

send all images for now

Browse files
Files changed (1) hide show
  1. components/chat/index.tsx +1 -1
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.filter(entity => entity.selected),
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) {