Skip to content

Commit

Permalink
temporarily disable action step
Browse files Browse the repository at this point in the history
  • Loading branch information
j4ys0n committed Jul 11, 2024
1 parent a253093 commit 2ea2ab8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/docker-build-push-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,13 @@ jobs:
echo "$PR_MESSAGES" >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
- name: Get Commit Messages
id: commit-messages
run: |
COMMIT_MESSAGES=$(git log --no-merges --format="* %s" @~1..HEAD)
echo "COMMIT_MESSAGES<<EOF" >> $GITHUB_OUTPUT
echo "$COMMIT_MESSAGES" >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
# - name: Get Commit Messages
# id: commit-messages
# run: |
# COMMIT_MESSAGES=$(git log --no-merges --format="* %s" @~1..HEAD)
# echo "COMMIT_MESSAGES<<EOF" >> $GITHUB_OUTPUT
# echo "$COMMIT_MESSAGES" >> $GITHUB_OUTPUT
# echo "EOF" >> $GITHUB_OUTPUT

- name: Create Release
id: create_release
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Manages Nginx for reverse proxy to multiple LLMs, with TLS & Bearer Auth tokens. Deployed with docker.

- Aggregates multiple OpenAI-type LLM APIs
- Aggregates multiple OpenAI-type LLM APIs (all routes must be prefixed with "/v1")
- Supports cloudflare domains
- Uses Let's Encrypt for TLS certificates
- Uses certbot for certificate issuance and renewal
Expand Down

0 comments on commit 2ea2ab8

Please sign in to comment.