[PR #139] [MERGED] fix: baseUrl should be optional for llama-deploy example #153

Closed
opened 2026-02-16 03:15:23 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/chat-ui/pull/139
Author: @thucpn
Created: 6/19/2025
Status: Merged
Merged: 6/19/2025
Merged by: @marcusschiesser

Base: mainHead: feat/use-chat-workflow


📝 Commits (4)

  • 5a25f7c fix: add base path for example
  • 15b46d4 use constant
  • 9b5d12d fix: should not throw when missing baseUrl
  • d6dd120 Create silent-chefs-thank.md

📊 Changes

4 files changed (+19 additions, -13 deletions)

View changed files

.changeset/silent-chefs-thank.md (+5 -0)
📝 examples/llama-deploy/ui/app/page.tsx (+5 -8)
examples/llama-deploy/ui/next.config.ts (+8 -0)
📝 packages/chat-ui/src/hook/use-workflow/helper.ts (+1 -5)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/chat-ui/pull/139 **Author:** [@thucpn](https://github.com/thucpn) **Created:** 6/19/2025 **Status:** ✅ Merged **Merged:** 6/19/2025 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `feat/use-chat-workflow` --- ### 📝 Commits (4) - [`5a25f7c`](https://github.com/run-llama/chat-ui/commit/5a25f7ce073f7caf38a096821e66dccaca104045) fix: add base path for example - [`15b46d4`](https://github.com/run-llama/chat-ui/commit/15b46d4318dc46107ab95327aad93e5a305dd3cc) use constant - [`9b5d12d`](https://github.com/run-llama/chat-ui/commit/9b5d12d0d88f3aca7fd021e953eca82ac6ac703a) fix: should not throw when missing baseUrl - [`d6dd120`](https://github.com/run-llama/chat-ui/commit/d6dd1205ac594b87b331cc61e7c28dee39d0abe9) Create silent-chefs-thank.md ### 📊 Changes **4 files changed** (+19 additions, -13 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/silent-chefs-thank.md` (+5 -0) 📝 `examples/llama-deploy/ui/app/page.tsx` (+5 -8) ➕ `examples/llama-deploy/ui/next.config.ts` (+8 -0) 📝 `packages/chat-ui/src/hook/use-workflow/helper.ts` (+1 -5) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 03:15:23 -05:00
yindo closed this issue 2026-02-16 03:15:23 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/chat-ui#153