mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-17 14:33:41 +08:00
Another quick change for deploying
This commit is contained in:
2
.github/workflows/app.yml
vendored
2
.github/workflows/app.yml
vendored
@@ -57,7 +57,7 @@ jobs:
|
|||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 18
|
||||||
cache: 'yarn'
|
cache: "yarn"
|
||||||
- name: install Rust stable
|
- name: install Rust stable
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -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.
|
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").
|
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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user