[PR #20] [MERGED] refactor: make non-streaming chat as /chat/request route #186

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/create-llama/pull/20
Author: @thucpn
Created: 3/25/2024
Status: Merged
Merged: 3/27/2024
Merged by: @marcusschiesser

Base: mainHead: refactor/remove-simple-chat


📝 Commits (10+)

  • bcd70eb feat(express): add chat request controller and middleware
  • 0cdd7ad fix: update question and e2e
  • 773563a feat(python): add chat request route
  • 0b9fb0a refactor: remove simple templates
  • 061c4c2 docs: update api request readme
  • fa0ef46 test: e2e on mac only
  • 8d63deb fix: revert e2e
  • 4871aa5 fix: appType should empty for nextjs
  • 76399ee Update README-template.md
  • e5137d2 Update README-template.md

📊 Changes

27 files changed (+80 additions, -371 deletions)

View changed files

📝 e2e/basic.spec.ts (+5 -20)
📝 helpers/types.ts (+1 -1)
📝 questions.ts (+3 -10)
templates/types/simple/express/README-template.md (+0 -56)
templates/types/simple/express/eslintrc.json (+0 -3)
templates/types/simple/express/gitignore (+0 -3)
templates/types/simple/express/index.ts (+0 -44)
templates/types/simple/express/package.json (+0 -27)
templates/types/simple/express/src/controllers/engine/chat.ts (+0 -7)
templates/types/simple/express/src/observability/index.ts (+0 -1)
templates/types/simple/express/src/routes/chat.route.ts (+0 -8)
templates/types/simple/express/tsconfig.json (+0 -10)
templates/types/simple/fastapi/app/__init__.py (+0 -0)
templates/types/simple/fastapi/app/api/__init__.py (+0 -0)
templates/types/simple/fastapi/app/api/routers/__init__.py (+0 -0)
templates/types/simple/fastapi/app/api/routers/chat.py (+0 -54)
templates/types/simple/fastapi/app/engine/__init__.py (+0 -5)
templates/types/simple/fastapi/app/settings.py (+0 -41)
templates/types/simple/fastapi/gitignore (+0 -3)
templates/types/simple/fastapi/main.py (+0 -39)

...and 7 more files

📄 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/create-llama/pull/20 **Author:** [@thucpn](https://github.com/thucpn) **Created:** 3/25/2024 **Status:** ✅ Merged **Merged:** 3/27/2024 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `refactor/remove-simple-chat` --- ### 📝 Commits (10+) - [`bcd70eb`](https://github.com/run-llama/create-llama/commit/bcd70eb7c4b4e990dc3eaaa4734712f5615d43b8) feat(express): add chat request controller and middleware - [`0cdd7ad`](https://github.com/run-llama/create-llama/commit/0cdd7ad2280ca055b54f383d0e18a25d9264e5a7) fix: update question and e2e - [`773563a`](https://github.com/run-llama/create-llama/commit/773563ade37227ea8a30ba6aa2fe135aa8d82c8e) feat(python): add chat request route - [`0b9fb0a`](https://github.com/run-llama/create-llama/commit/0b9fb0ac478f54e577fb1cd10ac0f856d84af557) refactor: remove simple templates - [`061c4c2`](https://github.com/run-llama/create-llama/commit/061c4c2ce94b769b4e1354d98c65c9788b0cbe6d) docs: update api request readme - [`fa0ef46`](https://github.com/run-llama/create-llama/commit/fa0ef46690ca1e47f9fa551606892e144a673f54) test: e2e on mac only - [`8d63deb`](https://github.com/run-llama/create-llama/commit/8d63deb57cb126261c864bb8254d124595a85d4a) fix: revert e2e - [`4871aa5`](https://github.com/run-llama/create-llama/commit/4871aa5410779883c34d2f642f009dcefa5781f0) fix: appType should empty for nextjs - [`76399ee`](https://github.com/run-llama/create-llama/commit/76399eee2d07f67908d0e8b644e4690a25734db2) Update README-template.md - [`e5137d2`](https://github.com/run-llama/create-llama/commit/e5137d29665850ffdeaa05e6143bb520fa6db0ac) Update README-template.md ### 📊 Changes **27 files changed** (+80 additions, -371 deletions) <details> <summary>View changed files</summary> 📝 `e2e/basic.spec.ts` (+5 -20) 📝 `helpers/types.ts` (+1 -1) 📝 `questions.ts` (+3 -10) ➖ `templates/types/simple/express/README-template.md` (+0 -56) ➖ `templates/types/simple/express/eslintrc.json` (+0 -3) ➖ `templates/types/simple/express/gitignore` (+0 -3) ➖ `templates/types/simple/express/index.ts` (+0 -44) ➖ `templates/types/simple/express/package.json` (+0 -27) ➖ `templates/types/simple/express/src/controllers/engine/chat.ts` (+0 -7) ➖ `templates/types/simple/express/src/observability/index.ts` (+0 -1) ➖ `templates/types/simple/express/src/routes/chat.route.ts` (+0 -8) ➖ `templates/types/simple/express/tsconfig.json` (+0 -10) ➖ `templates/types/simple/fastapi/app/__init__.py` (+0 -0) ➖ `templates/types/simple/fastapi/app/api/__init__.py` (+0 -0) ➖ `templates/types/simple/fastapi/app/api/routers/__init__.py` (+0 -0) ➖ `templates/types/simple/fastapi/app/api/routers/chat.py` (+0 -54) ➖ `templates/types/simple/fastapi/app/engine/__init__.py` (+0 -5) ➖ `templates/types/simple/fastapi/app/settings.py` (+0 -41) ➖ `templates/types/simple/fastapi/gitignore` (+0 -3) ➖ `templates/types/simple/fastapi/main.py` (+0 -39) _...and 7 more files_ </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-15 19:16:37 -05:00
yindo closed this issue 2026-02-15 19:16:37 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/create-llama#186