diff --git a/apps/chatgpt-ui/config.json b/apps/chatgpt-ui/config.json index 15c2f51f..78f2958a 100644 --- a/apps/chatgpt-ui/config.json +++ b/apps/chatgpt-ui/config.json @@ -5,7 +5,7 @@ "available": true, "exposable": true, "id": "chatgpt-ui", - "tipi_version": 3, + "tipi_version": 4, "version": "2.4.7", "categories": [ "utilities" diff --git a/apps/chatgpt-ui/docker-compose.yml b/apps/chatgpt-ui/docker-compose.yml index 55140219..73a594d3 100644 --- a/apps/chatgpt-ui/docker-compose.yml +++ b/apps/chatgpt-ui/docker-compose.yml @@ -49,7 +49,7 @@ services: restart: always chatgpt-ui-web-server: - image: wongsaang/chatgpt-ui-web-server:v2.4.3 + image: wongsaang/chatgpt-ui-web-server:v2.4.4 container_name: chatgpt-ui-web-server environment: - BACKEND_URL=http://chatgpt-ui-wsgi-server:8000