feat: display attachments in user messages (#114)
* use same csv card for message and upload box * do not send csv and image data back to client * fix: use LLM_MAX_TOKENS --------- Co-authored-by:leehuwuj <leehuwuj@gmail.com> Co-authored-by:
Marcus Schiesser <mail@marcusschiesser.de>
Showing
- templates/components/engines/python/agent/tools/interpreter.py 1 addition, 1 deletion...ates/components/engines/python/agent/tools/interpreter.py
- templates/components/ui/html/chat/chat-input.tsx 1 addition, 0 deletionstemplates/components/ui/html/chat/chat-input.tsx
- templates/types/streaming/express/src/controllers/engine/settings.ts 3 additions, 1 deletion...ypes/streaming/express/src/controllers/engine/settings.ts
- templates/types/streaming/express/src/controllers/llamaindex-stream.ts 1 addition, 10 deletions...es/streaming/express/src/controllers/llamaindex-stream.ts
- templates/types/streaming/express/src/controllers/stream-helper.ts 0 additions, 20 deletions.../types/streaming/express/src/controllers/stream-helper.ts
- templates/types/streaming/fastapi/app/api/routers/chat.py 0 additions, 5 deletionstemplates/types/streaming/fastapi/app/api/routers/chat.py
- templates/types/streaming/fastapi/app/api/routers/models.py 0 additions, 19 deletionstemplates/types/streaming/fastapi/app/api/routers/models.py
- templates/types/streaming/nextjs/app/api/chat/engine/settings.ts 3 additions, 1 deletion...es/types/streaming/nextjs/app/api/chat/engine/settings.ts
- templates/types/streaming/nextjs/app/api/chat/llamaindex-stream.ts 1 addition, 10 deletions.../types/streaming/nextjs/app/api/chat/llamaindex-stream.ts
- templates/types/streaming/nextjs/app/api/chat/stream-helper.ts 0 additions, 20 deletions...ates/types/streaming/nextjs/app/api/chat/stream-helper.ts
- templates/types/streaming/nextjs/app/components/chat-section.tsx 3 additions, 0 deletions...es/types/streaming/nextjs/app/components/chat-section.tsx
- templates/types/streaming/nextjs/app/components/ui/chat/chat-input.tsx 58 additions, 13 deletions...es/streaming/nextjs/app/components/ui/chat/chat-input.tsx
- templates/types/streaming/nextjs/app/components/ui/chat/chat-message.tsx 3 additions, 3 deletions.../streaming/nextjs/app/components/ui/chat/chat-message.tsx
- templates/types/streaming/nextjs/app/components/ui/chat/chat.interface.ts 4 additions, 0 deletions...streaming/nextjs/app/components/ui/chat/chat.interface.ts
- templates/types/streaming/nextjs/app/components/ui/chat/csv-content.tsx 5 additions, 8 deletions...s/streaming/nextjs/app/components/ui/chat/csv-content.tsx
- templates/types/streaming/nextjs/app/components/ui/chat/widgets/CsvDialog.tsx 0 additions, 62 deletions...aming/nextjs/app/components/ui/chat/widgets/CsvDialog.tsx
- templates/types/streaming/nextjs/app/components/ui/upload-csv-preview.tsx 67 additions, 23 deletions...streaming/nextjs/app/components/ui/upload-csv-preview.tsx
Loading
Please register or sign in to comment