From ddcc3ee4a0329fe3d754d532fa18fe123b2a03f1 Mon Sep 17 00:00:00 2001 From: Kevin Struillou Date: Fri, 18 Oct 2024 14:19:53 +0200 Subject: [PATCH 1/2] base update --- base | 2 +- cooppilot/infra/main.tf | 3 +++ cooppilot/infra/variables.tf | 9 +++++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/base b/base index d0c6e75..2f5ac58 160000 --- a/base +++ b/base @@ -1 +1 @@ -Subproject commit d0c6e754b99f22f4fd2144da836ae9e7c181c6a2 +Subproject commit 2f5ac586af6c0eb3351b8775e11c3da7399821be diff --git a/cooppilot/infra/main.tf b/cooppilot/infra/main.tf index 3c7c80f..808d781 100644 --- a/cooppilot/infra/main.tf +++ b/cooppilot/infra/main.tf @@ -39,6 +39,9 @@ module "base" { db_pwd = var.db_pwd db_name = var.db_name + awsRuntimeAccessKeyId = var.awsRuntimeAccessKeyId + awsRuntimeSecretAccessKey = var.awsRuntimeSecretAccessKey + openai_api_key = var.openai_api_key harvest_access_token = var.harvest_access_token diff --git a/cooppilot/infra/variables.tf b/cooppilot/infra/variables.tf index c840eb4..b702ad4 100644 --- a/cooppilot/infra/variables.tf +++ b/cooppilot/infra/variables.tf @@ -47,6 +47,15 @@ variable "db_pwd" { sensitive = true } +variable "awsRuntimeAccessKeyId" { + type = string + sensitive = true +} +variable "awsRuntimeSecretAccessKey" { + type = string + sensitive = true +} + variable "openai_api_key" { type = string sensitive = true From 77d10f986ac7868bb943654c9c679fe1a7856e4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mickael=20Mouill=C3=A9?= Date: Wed, 30 Oct 2024 11:40:52 +0100 Subject: [PATCH 2/2] use base with carryon context + new rag settings (not main branch) --- base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base b/base index 2f5ac58..4cb6bd5 160000 --- a/base +++ b/base @@ -1 +1 @@ -Subproject commit 2f5ac586af6c0eb3351b8775e11c3da7399821be +Subproject commit 4cb6bd545f25f250ec87da1d4001ea7f0cd9e44d