diff --git a/trains/community/librechat/1.0.10/README.md b/trains/community/librechat/1.0.11/README.md similarity index 100% rename from trains/community/librechat/1.0.10/README.md rename to trains/community/librechat/1.0.11/README.md diff --git a/trains/community/librechat/1.0.10/app.yaml b/trains/community/librechat/1.0.11/app.yaml similarity index 98% rename from trains/community/librechat/1.0.10/app.yaml rename to trains/community/librechat/1.0.11/app.yaml index 648ab274ed..995cb0b70f 100644 --- a/trains/community/librechat/1.0.10/app.yaml +++ b/trains/community/librechat/1.0.11/app.yaml @@ -48,4 +48,4 @@ sources: - https://github.com/LibreChat/LibreChat title: LibreChat train: community -version: 1.0.10 +version: 1.0.11 diff --git a/trains/community/librechat/1.0.10/ix_values.yaml b/trains/community/librechat/1.0.11/ix_values.yaml similarity index 100% rename from trains/community/librechat/1.0.10/ix_values.yaml rename to trains/community/librechat/1.0.11/ix_values.yaml diff --git a/trains/community/librechat/1.0.10/questions.yaml b/trains/community/librechat/1.0.11/questions.yaml similarity index 99% rename from trains/community/librechat/1.0.10/questions.yaml rename to trains/community/librechat/1.0.11/questions.yaml index a55c459fc7..1750a4899c 100644 --- a/trains/community/librechat/1.0.10/questions.yaml +++ b/trains/community/librechat/1.0.11/questions.yaml @@ -84,6 +84,13 @@ questions: schema: type: boolean default: true + - variable: openai_api_key + label: OpenAI API Key + schema: + type: string + default: "user_provided" + required: true + private: true - variable: additional_envs label: Additional Environment Variables schema: diff --git a/trains/community/librechat/1.0.10/templates/docker-compose.yaml b/trains/community/librechat/1.0.11/templates/docker-compose.yaml similarity index 96% rename from trains/community/librechat/1.0.10/templates/docker-compose.yaml rename to trains/community/librechat/1.0.11/templates/docker-compose.yaml index b62fbabef6..f0bc4f5181 100644 --- a/trains/community/librechat/1.0.10/templates/docker-compose.yaml +++ b/trains/community/librechat/1.0.11/templates/docker-compose.yaml @@ -44,6 +44,7 @@ {% do c1.environment.add_env("RAG_PORT", values.consts.rag_port_number) %} {% do c1.environment.add_env("RAG_API_URL", "http://%s:%d"|format(values.consts.rag_container_name, values.consts.rag_port_number)) %} {% do c1.environment.add_env("ALLOW_REGISTRATION", values.librechat.allow_registration) %} +{% do c1.environment.add_env("OPENAI_API_KEY", values.librechat.openai_api_key) %} {% do c1.environment.add_user_envs(values.librechat.additional_envs) %} {% do c1.add_port(values.network.web_port) %} @@ -77,7 +78,7 @@ {% do rag.environment.add_env("POSTGRES_DB", values.consts.db_name) %} {% do rag.environment.add_env("POSTGRES_USER", values.consts.db_user) %} {% do rag.environment.add_env("POSTGRES_PASSWORD", values.librechat.pg_db_password) %} -{% do rag.environment.add_env("OPENAI_API_KEY", "test") %} +{% do rag.environment.add_env("OPENAI_API_KEY", values.librechat.openai_api_key) %} {% do rag.environment.add_user_envs(values.librechat.additional_envs) %} {% if perm_container.has_actions() %} diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/__init__.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/__init__.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/__init__.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/__init__.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/client.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/client.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/client.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/client.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/configs.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/configs.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/configs.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/configs.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/container.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/container.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/container.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/container.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/depends.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/depends.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/depends.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/depends.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/deploy.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/deploy.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/deploy.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/deploy.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/deps.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/deps.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/deps.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/deps.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/deps_elastic.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/deps_elastic.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/deps_elastic.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/deps_elastic.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/deps_mariadb.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/deps_mariadb.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/deps_mariadb.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/deps_mariadb.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/deps_meilisearch.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/deps_meilisearch.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/deps_meilisearch.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/deps_meilisearch.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/deps_mongodb.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/deps_mongodb.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/deps_mongodb.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/deps_mongodb.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/deps_perms.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/deps_perms.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/deps_perms.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/deps_perms.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/deps_postgres.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/deps_postgres.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/deps_postgres.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/deps_postgres.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/deps_redis.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/deps_redis.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/deps_redis.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/deps_redis.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/deps_solr.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/deps_solr.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/deps_solr.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/deps_solr.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/deps_tika.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/deps_tika.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/deps_tika.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/deps_tika.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/device.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/device.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/device.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/device.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/device_cgroup_rules.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/device_cgroup_rules.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/device_cgroup_rules.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/device_cgroup_rules.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/devices.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/devices.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/devices.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/devices.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/dns.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/dns.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/dns.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/dns.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/environment.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/environment.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/environment.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/environment.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/error.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/error.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/error.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/error.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/expose.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/expose.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/expose.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/expose.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/extra_hosts.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/extra_hosts.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/extra_hosts.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/extra_hosts.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/formatter.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/formatter.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/formatter.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/formatter.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/functions.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/functions.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/functions.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/functions.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/healthcheck.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/healthcheck.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/healthcheck.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/healthcheck.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/labels.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/labels.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/labels.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/labels.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/notes.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/notes.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/notes.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/notes.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/portals.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/portals.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/portals.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/portals.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/ports.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/ports.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/ports.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/ports.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/render.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/render.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/render.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/render.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/resources.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/resources.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/resources.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/resources.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/restart.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/restart.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/restart.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/restart.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/security_opts.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/security_opts.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/security_opts.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/security_opts.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/storage.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/storage.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/storage.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/storage.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/sysctls.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/sysctls.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/sysctls.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/sysctls.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/__init__.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/__init__.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/__init__.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/__init__.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_build_image.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_build_image.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_build_image.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_build_image.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_configs.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_configs.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_configs.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_configs.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_container.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_container.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_container.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_container.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_depends.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_depends.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_depends.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_depends.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_deps.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_deps.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_deps.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_deps.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_device.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_device.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_device.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_device.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_device_cgroup_rules.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_device_cgroup_rules.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_device_cgroup_rules.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_device_cgroup_rules.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_dns.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_dns.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_dns.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_dns.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_environment.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_environment.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_environment.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_environment.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_expose.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_expose.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_expose.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_expose.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_extra_hosts.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_extra_hosts.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_extra_hosts.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_extra_hosts.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_formatter.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_formatter.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_formatter.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_formatter.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_functions.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_functions.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_functions.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_functions.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_healthcheck.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_healthcheck.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_healthcheck.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_healthcheck.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_labels.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_labels.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_labels.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_labels.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_notes.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_notes.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_notes.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_notes.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_portal.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_portal.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_portal.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_portal.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_ports.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_ports.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_ports.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_ports.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_render.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_render.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_render.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_render.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_resources.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_resources.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_resources.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_resources.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_restart.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_restart.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_restart.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_restart.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_security_opts.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_security_opts.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_security_opts.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_security_opts.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_sysctls.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_sysctls.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_sysctls.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_sysctls.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_validations.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_validations.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_validations.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_validations.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_volumes.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_volumes.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tests/test_volumes.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tests/test_volumes.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tmpfs.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tmpfs.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/tmpfs.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/tmpfs.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/validations.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/validations.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/validations.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/validations.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/volume_mount.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/volume_mount.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/volume_mount.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/volume_mount.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/volume_mount_types.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/volume_mount_types.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/volume_mount_types.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/volume_mount_types.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/volume_sources.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/volume_sources.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/volume_sources.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/volume_sources.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/volume_types.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/volume_types.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/volume_types.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/volume_types.py diff --git a/trains/community/librechat/1.0.10/templates/library/base_v2_1_64/volumes.py b/trains/community/librechat/1.0.11/templates/library/base_v2_1_64/volumes.py similarity index 100% rename from trains/community/librechat/1.0.10/templates/library/base_v2_1_64/volumes.py rename to trains/community/librechat/1.0.11/templates/library/base_v2_1_64/volumes.py diff --git a/trains/community/librechat/1.0.10/templates/test_values/basic-values.yaml b/trains/community/librechat/1.0.11/templates/test_values/basic-values.yaml similarity index 97% rename from trains/community/librechat/1.0.10/templates/test_values/basic-values.yaml rename to trains/community/librechat/1.0.11/templates/test_values/basic-values.yaml index b81048fcfa..2cd577448a 100644 --- a/trains/community/librechat/1.0.10/templates/test_values/basic-values.yaml +++ b/trains/community/librechat/1.0.11/templates/test_values/basic-values.yaml @@ -11,6 +11,7 @@ librechat: jwt_secret: secret jwt_refresh_secret: secret allow_registration: true + openai_api_key: user_provided additional_envs: [] run_as: