Another quick change for deploying

This commit is contained in:
DominicJamesWhite 2025-04-10 20:38:48 +02:00
parent 217cf3795e
commit c73ab4abd2
2 changed files with 1 additions and 3 deletions

View File

@ -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:

View File

@ -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