mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-15 13:15:42 -04:00
[PR #98] [MERGED] feat: construct resource url from backend #250
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/create-llama/pull/98
Author: @thucpn
Created: 5/24/2024
Status: ✅ Merged
Merged: 5/28/2024
Merged by: @leehuwuj
Base:
main← Head:feat/construct-resource-url-from-backend📝 Commits (5)
48188cafeat: construct resource url from backendddf3aefremove node path81bc340add warning when no file server url prefix96fdb83use logger warningbfde30dmove logger to global scope📊 Changes
8 files changed (+68 additions, -64 deletions)
View changed files
📝
templates/components/engines/typescript/agent/tools/interpreter.ts(+4 -4)📝
templates/types/streaming/express/src/controllers/stream-helper.ts(+17 -0)📝
templates/types/streaming/fastapi/app/api/routers/chat.py(+17 -1)📝
templates/types/streaming/nextjs/app/api/chat/stream-helper.ts(+17 -0)📝
templates/types/streaming/nextjs/app/components/ui/chat/chat-sources.tsx(+10 -45)📝
templates/types/streaming/nextjs/app/components/ui/chat/index.ts(+1 -0)📝
templates/types/streaming/nextjs/app/components/ui/chat/widgets/PdfDialog.tsx(+2 -3)➖
templates/types/streaming/nextjs/app/components/ui/lib/url.ts(+0 -11)📄 Description
Summary by CodeRabbit
New Features
Bug Fixes
Improvements
UI Changes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.