mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-16 11:04:26 -04:00
[PR #20] [MERGED] refactor: make non-streaming chat as /chat/request route #186
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/20
Author: @thucpn
Created: 3/25/2024
Status: ✅ Merged
Merged: 3/27/2024
Merged by: @marcusschiesser
Base:
main← Head:refactor/remove-simple-chat📝 Commits (10+)
bcd70ebfeat(express): add chat request controller and middleware0cdd7adfix: update question and e2e773563afeat(python): add chat request route0b9fb0arefactor: remove simple templates061c4c2docs: update api request readmefa0ef46test: e2e on mac only8d63debfix: revert e2e4871aa5fix: appType should empty for nextjs76399eeUpdate README-template.mde5137d2Update 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.