-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
44 changed files
with
2,105 additions
and
1,338 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,14 +27,20 @@ jobs: | |
- name: Install dependencies | ||
run: npm ci --audit=false --fund=false | ||
|
||
- name: Configure Git | ||
run: | | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "devportal-portalsandtools-github-bot" | ||
- name: Create PR for next release | ||
uses: changesets/action@f13b1baaa620fde937751f5d2c3572b9da32af23 # v1.4.5 | ||
with: | ||
# Note: `npm i` after versioning is necessary to refresh package-lock.json file with new version | ||
version: npm run version | ||
publish: npm run tag | ||
commit: "Update CHANGELOG and prepare next release" | ||
title: "Push next releases" | ||
title: ${{ vars.CHANGESET_PR_TITLE }} | ||
createGithubReleases: false | ||
setupGitUser: false | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.TAG_GITHUB_PAT }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,23 @@ | ||
CHB_AWS_ACCESS_KEY_ID=xxx | ||
CHB_AWS_SECRET_ACCESS_KEY=xxx | ||
environment=local | ||
CORS_DOMAINS=["*"] | ||
PYTHONPATH=app-path | ||
LOG_LEVEL=DEBUG | ||
CHB_AWS_ACCESS_KEY_ID=... | ||
CHB_AWS_SECRET_ACCESS_KEY=... | ||
CHB_AWS_DEFAULT_REGION=eu-west-3 | ||
CHB_AWS_S3_BUCKET=xxx | ||
CHB_AWS_GUARDRAIL_ID=xxx | ||
CHB_AWS_GUARDRAIL_VERSION=DRAFT | ||
CHB_AWS_S3_BUCKET=... | ||
CHB_AWS_GUARDRAIL_ID=... | ||
CHB_AWS_GUARDRAIL_VERSION=... | ||
CHB_REDIS_URL=... | ||
CHB_WEBSITE_URL=... | ||
CHB_GOOGLE_API_KEY=... | ||
CHB_PROVIDER=... | ||
CHB_MODEL_ID=... | ||
CHB_MODEL_TEMPERATURE=... | ||
CHB_MODEL_MAXTOKENS=... | ||
CHB_EMBED_MODEL_ID=... | ||
CHB_ENGINE_SIMILARITY_TOPK=... | ||
CHB_ENGINE_SIMILARITY_CUTOFF=... | ||
CHB_ENGINE_USE_ASYNC=... | ||
CHB_ENGINE_USE_STREAMING=... | ||
CHB_QUERY_TABLE_PREFIX=chatbot-local |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "chatbot", | ||
"version": "2.3.0", | ||
"version": "2.4.0", | ||
"private": true | ||
} |
Oops, something went wrong.