From b78c6d51afd83b6f79d5b1d122c595aa3c7800fc Mon Sep 17 00:00:00 2001 From: CCXXXI Date: Mon, 1 May 2023 18:59:13 +0800 Subject: docs(readme): remove duplicate website https://chat.forefront.ai is mentioned twice. --- README.md | 1 - 1 file changed, 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9fd505f2..b2aeedfc 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,6 @@ Just API's from some language model sites. | [sqlchat.ai](https://sqlchat.ai) | GPT-3.5 | | [bard.google.com](https://bard.google.com) | custom / search | | [bing.com/chat](https://bing.com/chat) | GPT-4/3.5 | -| [chat.forefront.ai/](https://chat.forefront.ai/) | GPT-4/3.5 | ## Best sites -- cgit v1.2.3 From 55f2a3365141055db3a1b529d4c8c3b365f4eb2e Mon Sep 17 00:00:00 2001 From: xiangsx <1984871009@qq.com> Date: Mon, 1 May 2023 22:47:25 +0800 Subject: Remove duplicate docker-compose.yml --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9fd505f2..75b62a8c 100644 --- a/README.md +++ b/README.md @@ -127,17 +127,13 @@ Run ``` docker run -p 8501:8501 gpt4free:latest ``` -Another way - docker-compose (no docker build/run needed) -``` -docker-compose up -d -``` ## Deploy using docker-compose Run the following: ``` -docker-compose up -d +docker-compose up --build -d ``` ## ChatGPT clone -- cgit v1.2.3 From c079dfef8a8a787a316d88c2549d4b6499a570dc Mon Sep 17 00:00:00 2001 From: Mishal <91066601+mishalhossin@users.noreply.github.com> Date: Mon, 1 May 2023 21:27:57 +0600 Subject: Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9fd505f2..88733c23 100644 --- a/README.md +++ b/README.md @@ -32,11 +32,11 @@ Just API's from some language model sites. Pull Requests - ChatGpt Discord Bot - Stars - Forks - Issues - Pull Requests + ChatGpt Discord Bot + Stars + Forks + Issues + Pull Requests -- cgit v1.2.3 From 2ceffaca52a4699a083d0101a1a95c2af3fc0716 Mon Sep 17 00:00:00 2001 From: Marijn Koesen Date: Mon, 1 May 2023 18:09:21 +0200 Subject: Fix docker build instructions As the Dockerfile was moved we need to update the path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9fd505f2..dc11765b 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ then run: Build ``` -docker build -t gpt4free:latest -f Docker/Dockerfile . +docker build -t gpt4free:latest . ``` Run -- cgit v1.2.3