feat(llmx): 添加 OpenAI接口支持 #48

Merged
gewuyou merged 8 commits from dev into test 2025-05-11 21:51:03 +08:00
2 changed files with 1 additions and 10 deletions
Showing only changes of commit 8e3ce4d6ee - Show all commits

View File

@ -76,15 +76,8 @@ jobs:
uses: ${{env.JCNC_GITEA_URL}}/gradle/actions/setup-gradle@v4 uses: ${{env.JCNC_GITEA_URL}}/gradle/actions/setup-gradle@v4
with: with:
gradle-version: wrapper # 使用项目自带的gradle-wrapper gradle-version: wrapper # 使用项目自带的gradle-wrapper
- name: 🔽 Download drone-scp
run: |
curl -L "https://github.moeyy.xyz/https://github.com/appleboy/drone-scp/releases/download/v1.8.0/drone-scp-1.8.0-linux-amd64" \
-o drone-scp
chmod +x drone-scp
- name: 📦 Copy Compose File to Internal Server - name: 📦 Copy Compose File to Internal Server
uses: ${{env.JCNC_GITEA_URL}}/appleboy/scp-action@v1 uses: ${{env.JCNC_GITEA_URL}}/appleboy/scp-action@v1
env:
DRONE_SCP_BINARY: ./drone-scp
with: with:
host: ${{ env.INTERNAL_SERVER_HOST }} host: ${{ env.INTERNAL_SERVER_HOST }}
port: $INTERNAL_SERVER_PROT port: $INTERNAL_SERVER_PROT
@ -94,8 +87,6 @@ jobs:
target: "/home/luke/deploy/llmx/" target: "/home/luke/deploy/llmx/"
- name: 📦 Copy Compose File to Singapore Server - name: 📦 Copy Compose File to Singapore Server
uses: ${{env.JCNC_GITEA_URL}}/appleboy/scp-action@v1 uses: ${{env.JCNC_GITEA_URL}}/appleboy/scp-action@v1
env:
DRONE_SCP_BINARY: ./drone-scp
with: with:
host: $SINGAPORE_SERVER_HOST host: $SINGAPORE_SERVER_HOST
port: $SSH_PROT port: $SSH_PROT

View File

@ -16,7 +16,7 @@ services:
container_name: llmx-database container_name: llmx-database
restart: always restart: always
ports: ports:
- "9052:5432" - "5432:5432"
networks: networks:
- llmx-net-master - llmx-net-master
environment: environment: