mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-15 13:15:42 -04:00
[PR #40] [MERGED] feat: optionally ask to select AI models and use default models #205
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/40
Author: @thucpn
Created: 4/8/2024
Status: ✅ Merged
Merged: 4/9/2024
Merged by: @marcusschiesser
Base:
main← Head:feat/ask-to-use-embedding-model📝 Commits (7)
36f2880feat: ask to use embedding model3ec70eefix: remove question and use flag to enable ask embed model0e3e1fcCreate curvy-eels-boil.mddcf6ff0fix: use default in e2e test4ad4d02feat: use ask-models also for LLM models37a552cfix: wrong embed model while calling generatecc52db7feat: remove list server models📊 Changes
14 files changed (+111 additions, -106 deletions)
View changed files
➕
.changeset/curvy-eels-boil.md(+5 -0)📝
README.md(+32 -26)📝
e2e/utils.ts(+1 -6)📝
helpers/env-variables.ts(+12 -11)📝
index.ts(+18 -6)📝
questions.ts(+20 -50)📝
templates/components/vectordbs/python/astra/generate.py(+1 -1)📝
templates/components/vectordbs/python/astra/index.py(+1 -1)📝
templates/components/vectordbs/python/milvus/generate.py(+1 -1)📝
templates/components/vectordbs/python/milvus/index.py(+1 -1)📝
templates/components/vectordbs/typescript/astra/generate.ts(+4 -1)📝
templates/components/vectordbs/typescript/astra/shared.ts(+1 -0)📝
templates/types/streaming/express/src/controllers/engine/settings.ts(+7 -1)📝
templates/types/streaming/nextjs/app/api/chat/engine/settings.ts(+7 -1)📄 Description
Summary by CodeRabbit
--ask-models.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.