From c73ab4abd2daf1902c1b67257727e20391fa4a1a Mon Sep 17 00:00:00 2001 From: DominicJamesWhite Date: Thu, 10 Apr 2025 20:38:48 +0200 Subject: [PATCH] Another quick change for deploying --- .github/workflows/app.yml | 2 +- README.md | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml index 7e74cf045..d82ed7679 100644 --- a/.github/workflows/app.yml +++ b/.github/workflows/app.yml @@ -57,7 +57,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: 18 - cache: 'yarn' + cache: "yarn" - name: install Rust stable uses: dtolnay/rust-toolchain@stable with: diff --git a/README.md b/README.md index d39994f73..f1a075269 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,3 @@ This is a lightly-reskinned version of NextChat. It downloads and runs the latest humctl and canyon-cli when the container starts. It takes as environment variables a HUMANITEC_TOKEN, a GOOGLE_API_KEY, ENABLE_MCP (set this to "TRUE" otherwise the MCP server won't start) and a DEFAULT_MODEL (works with "gemini-2.5-pro-preview-03-25"). - -This is for dominicwhite01