-
- Downloads
feat: display chat events (#52)
--------- Co-authored-by:Marcus Schiesser <mail@marcusschiesser.de> Co-authored-by:
leehuwuj <leehuwuj@gmail.com>
Showing
- .changeset/spicy-moose-allow.md 5 additions, 0 deletions.changeset/spicy-moose-allow.md
- templates/types/streaming/express/src/controllers/chat.controller.ts 23 additions, 6 deletions...ypes/streaming/express/src/controllers/chat.controller.ts
- templates/types/streaming/express/src/controllers/llamaindex-stream.ts 2 additions, 28 deletions...es/streaming/express/src/controllers/llamaindex-stream.ts
- templates/types/streaming/express/src/controllers/stream-helper.ts 39 additions, 0 deletions.../types/streaming/express/src/controllers/stream-helper.ts
- templates/types/streaming/fastapi/app/api/routers/chat.py 29 additions, 8 deletionstemplates/types/streaming/fastapi/app/api/routers/chat.py
- templates/types/streaming/fastapi/app/api/routers/messaging.py 92 additions, 0 deletions...ates/types/streaming/fastapi/app/api/routers/messaging.py
- templates/types/streaming/fastapi/pyproject.toml 1 addition, 0 deletionstemplates/types/streaming/fastapi/pyproject.toml
- templates/types/streaming/nextjs/app/api/chat/llamaindex-stream.ts 2 additions, 28 deletions.../types/streaming/nextjs/app/api/chat/llamaindex-stream.ts
- templates/types/streaming/nextjs/app/api/chat/route.ts 21 additions, 4 deletionstemplates/types/streaming/nextjs/app/api/chat/route.ts
- templates/types/streaming/nextjs/app/api/chat/stream-helper.ts 39 additions, 0 deletions...ates/types/streaming/nextjs/app/api/chat/stream-helper.ts
- templates/types/streaming/nextjs/app/components/ui/chat/chat-events.tsx 60 additions, 0 deletions...s/streaming/nextjs/app/components/ui/chat/chat-events.tsx
- templates/types/streaming/nextjs/app/components/ui/chat/chat-message.tsx 34 additions, 9 deletions.../streaming/nextjs/app/components/ui/chat/chat-message.tsx
- templates/types/streaming/nextjs/app/components/ui/chat/chat-messages.tsx 1 addition, 1 deletion...streaming/nextjs/app/components/ui/chat/chat-messages.tsx
- templates/types/streaming/nextjs/app/components/ui/chat/index.ts 7 additions, 1 deletion...es/types/streaming/nextjs/app/components/ui/chat/index.ts
- templates/types/streaming/nextjs/app/components/ui/collapsible.tsx 11 additions, 0 deletions.../types/streaming/nextjs/app/components/ui/collapsible.tsx
- templates/types/streaming/nextjs/package.json 1 addition, 0 deletionstemplates/types/streaming/nextjs/package.json
Loading
Please register or sign in to comment