change to use pybase64

This commit is contained in:
LanQian 2024-05-19 03:30:38 +08:00
parent d4d0b8aa92
commit d50cee8d8c
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ jobs:
images: lanqian528/chat2api
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=raw,value=v1.0.4
type=raw,value=v1.0.5
- name: Build and push
uses: docker/build-push-action@v5

View File

@ -34,7 +34,7 @@ arkose_token_url_list = arkose_token_url.split(',') if arkose_token_url else []
proxy_url_list = proxy_url.split(',') if proxy_url else []
logger.info("-" * 60)
logger.info("Chat2Api v1.0.4 | https://github.com/lanqian528/chat2api")
logger.info("Chat2Api v1.0.5 | https://github.com/lanqian528/chat2api")
logger.info("-" * 60)
logger.info("Environment variables:")
logger.info("API_PREFIX: " + str(api_prefix))