From 97e4eb4115a0fc0083e92524994ef7c7108845d9 Mon Sep 17 00:00:00 2001 From: ylzhangah <1194926515@qq.com> Date: Thu, 24 Apr 2025 16:18:38 +0800 Subject: [PATCH] update file --- deploy/chart/authhub/templates/NOTES.txt | 4 ++-- deploy/chart/databases/templates/NOTES.txt | 4 ++-- deploy/chart/euler_copilot/templates/NOTES.txt | 6 +++--- .../scripts/8-install-EulerCopilot/install_eulercopilot.sh | 6 ++---- 4 files changed, 9 insertions(+), 11 deletions(-) diff --git a/deploy/chart/authhub/templates/NOTES.txt b/deploy/chart/authhub/templates/NOTES.txt index bcad43df6..864ed037a 100644 --- a/deploy/chart/authhub/templates/NOTES.txt +++ b/deploy/chart/authhub/templates/NOTES.txt @@ -1,5 +1,5 @@ -感谢您使用Euler Copilot! -当前为Euler Copilot 0.9.5版本。 +感谢您使用EulerCopilot! +当前为EulerCopilot 0.9.5版本。 当前Chart的功能为:AuthHub统一登录系统部署。 说明: diff --git a/deploy/chart/databases/templates/NOTES.txt b/deploy/chart/databases/templates/NOTES.txt index 3f7b03f99..c4a588c39 100644 --- a/deploy/chart/databases/templates/NOTES.txt +++ b/deploy/chart/databases/templates/NOTES.txt @@ -1,3 +1,3 @@ -感谢您使用Euler Copilot! -当前为Euler Copilot 0.9.5版本。 +感谢您使用EulerCopilot! +当前为EulerCopilot 0.9.5版本。 当前Chart的功能为:数据库部署。 diff --git a/deploy/chart/euler_copilot/templates/NOTES.txt b/deploy/chart/euler_copilot/templates/NOTES.txt index 83c02b2c7..16a0f41f4 100644 --- a/deploy/chart/euler_copilot/templates/NOTES.txt +++ b/deploy/chart/euler_copilot/templates/NOTES.txt @@ -1,5 +1,5 @@ -感谢您使用Euler Copilot! -当前为Euler Copilot 0.9.5版本。 -当前Chart的功能为:Euler Copilot核心组件部署。 +感谢您使用EulerCopilot! +当前为EulerCopilot 0.9.5版本。 +当前Chart的功能为:EulerCopilot核心组件部署。 更多项目动态和分享会议,请关注openEuler sig-intelligence:https://www.openeuler.org/en/sig/sig-detail/?name=sig-intelligence diff --git a/deploy/scripts/8-install-EulerCopilot/install_eulercopilot.sh b/deploy/scripts/8-install-EulerCopilot/install_eulercopilot.sh index 4f5fa3d74..923e390fb 100755 --- a/deploy/scripts/8-install-EulerCopilot/install_eulercopilot.sh +++ b/deploy/scripts/8-install-EulerCopilot/install_eulercopilot.sh @@ -241,12 +241,10 @@ modify_yaml() { python3 "${DEPLOY_DIR}/scripts/9-other-script/modify_eulercopilot_yaml.py" \ "${DEPLOY_DIR}/chart/euler_copilot/values.yaml" \ "${DEPLOY_DIR}/chart/euler_copilot/values.yaml" \ - --set "models.answer.url=http://$host:11434" \ + --set "models.answer.endpoint=http://$host:11434" \ --set "models.answer.key=sk-123456" \ --set "models.answer.name=deepseek-llm-7b-chat:latest" \ - --set "models.answer.ctx_length=8192" \ - --set "models.answer.max_tokens=2048" \ - --set "models.embedding.url=http://$host:11434" \ + --set "models.embedding.endpoint=http://$host:11434" \ --set "models.embedding.key=sk-123456" \ --set "models.embedding.name=bge-m3:latest" \ --set "login.client.id=${client_id}" \ -- Gitee