[PR #22] [MERGED] fix: remove redundant template engine variable and fixed llamaparse flag #188

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

📋 Pull Request Information

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

Base: mainHead: ms/remove-template-engine


📝 Commits (2)

  • 34d362c fix: remove redundant template engine variable and fixed llamaparse flag
  • da28b16 fix: add no-files option

📊 Changes

12 files changed (+134 additions, -164 deletions)

View changed files

📝 create-app.ts (+0 -2)
📝 e2e/basic.spec.ts (+4 -5)
📝 e2e/utils.ts (+7 -6)
helpers/datasources.ts (+27 -0)
📝 helpers/index.ts (+1 -1)
📝 helpers/python.ts (+37 -41)
📝 helpers/types.ts (+0 -2)
📝 helpers/typescript.ts (+31 -39)
📝 index.ts (+15 -10)
📝 package.json (+1 -0)
📝 questions.ts (+10 -57)
📝 scripts/build.sh (+1 -1)

📄 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/22 **Author:** [@marcusschiesser](https://github.com/marcusschiesser) **Created:** 3/27/2024 **Status:** ✅ Merged **Merged:** 3/27/2024 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `ms/remove-template-engine` --- ### 📝 Commits (2) - [`34d362c`](https://github.com/run-llama/create-llama/commit/34d362caa41018dd6783485a90cdbeacdee07ee3) fix: remove redundant template engine variable and fixed llamaparse flag - [`da28b16`](https://github.com/run-llama/create-llama/commit/da28b1694aee6ec69cc2139c25c4dc46e24479a4) fix: add no-files option ### 📊 Changes **12 files changed** (+134 additions, -164 deletions) <details> <summary>View changed files</summary> 📝 `create-app.ts` (+0 -2) 📝 `e2e/basic.spec.ts` (+4 -5) 📝 `e2e/utils.ts` (+7 -6) ➕ `helpers/datasources.ts` (+27 -0) 📝 `helpers/index.ts` (+1 -1) 📝 `helpers/python.ts` (+37 -41) 📝 `helpers/types.ts` (+0 -2) 📝 `helpers/typescript.ts` (+31 -39) 📝 `index.ts` (+15 -10) 📝 `package.json` (+1 -0) 📝 `questions.ts` (+10 -57) 📝 `scripts/build.sh` (+1 -1) </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:38 -05:00
yindo closed this issue 2026-02-15 19:16:38 -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#188