Updated Bing AI (markdown)

BobMaster 2023-06-05 14:20:09 +08:00
parent cf34b06aa8
commit eda7bd1109

@ -6,7 +6,7 @@ services:
app:
image: hibobmaster/matrixchatgptbot:latest
container_name: matrix_chatgpt_bot
restart: always
restart: unless-stoppped
# build:
# context: .
# dockerfile: ./Dockerfile
@ -23,7 +23,7 @@ services:
# bing api
image: hibobmaster/node-chatgpt-api:latest
container_name: node-chatgpt-api
restart: always
restart: unless-stoppped
volumes:
- ./settings.js:/app/settings.js
networks: