Updated Bing AI (markdown)

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

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