Merge pull request #6435 from menloresearch/fix/api-base

update base url
This commit is contained in:
Dinh Long Nguyen 2025-09-12 15:02:52 +07:00 committed by GitHub
commit 8894d72e6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ jobs:
deployments: write
pull-requests: write
env:
JAN_API_BASE: "https://api.jan.ai/jan/v1"
JAN_API_BASE: "https://api.jan.ai/v1"
CLOUDFLARE_PROJECT_NAME: "jan-server-web"
steps:
- uses: actions/checkout@v4