File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -99,13 +99,13 @@ jobs:
99
99
echo "$PR_MESSAGES" >> $GITHUB_OUTPUT
100
100
echo "EOF" >> $GITHUB_OUTPUT
101
101
102
- - name : Get Commit Messages
103
- id : commit-messages
104
- run : |
105
- COMMIT_MESSAGES=$(git log --no-merges --format="* %s" @~1..HEAD)
106
- echo "COMMIT_MESSAGES<<EOF" >> $GITHUB_OUTPUT
107
- echo "$COMMIT_MESSAGES" >> $GITHUB_OUTPUT
108
- echo "EOF" >> $GITHUB_OUTPUT
102
+ # - name: Get Commit Messages
103
+ # id: commit-messages
104
+ # run: |
105
+ # COMMIT_MESSAGES=$(git log --no-merges --format="* %s" @~1..HEAD)
106
+ # echo "COMMIT_MESSAGES<<EOF" >> $GITHUB_OUTPUT
107
+ # echo "$COMMIT_MESSAGES" >> $GITHUB_OUTPUT
108
+ # echo "EOF" >> $GITHUB_OUTPUT
109
109
110
110
- name : Create Release
111
111
id : create_release
Original file line number Diff line number Diff line change 2
2
3
3
Manages Nginx for reverse proxy to multiple LLMs, with TLS & Bearer Auth tokens. Deployed with docker.
4
4
5
- - Aggregates multiple OpenAI-type LLM APIs
5
+ - Aggregates multiple OpenAI-type LLM APIs (all routes must be prefixed with "/v1")
6
6
- Supports cloudflare domains
7
7
- Uses Let's Encrypt for TLS certificates
8
8
- Uses certbot for certificate issuance and renewal
You can’t perform that action at this time.
0 commit comments