From 451c37d3217986b645fa7a9d761dab4b28e29911 Mon Sep 17 00:00:00 2001 From: hibobmaster Date: Sat, 20 May 2023 08:34:03 +0800 Subject: [PATCH] Use official node-chatgpt-api image --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 23a32a9..b91dabb 100644 --- a/compose.yaml +++ b/compose.yaml @@ -19,7 +19,7 @@ services: - matrix_network # api: # # bing api - # image: hibobmaster/node-chatgpt-api:latest + # image: ghcr.io/waylaidwanderer/node-chatgpt-api:latest # container_name: node-chatgpt-api # restart: always # volumes: