From d6023b5dec4cc9df019b4b1d9aa78b64bf06d332 Mon Sep 17 00:00:00 2001 From: 0xGingi <104647854+0xGingi@users.noreply.github.com> Date: Fri, 21 Jun 2024 06:35:54 -0400 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8afe80c22..337b8131c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,10 @@ This is a fork of MistralChatGPT that includes newer models! **Free Codestral API Endpoint does not work yet - Kept getting CORS on direct connection and 404 on Proxy but should autochange API Key when using model, will also have it change endpoint whenever it works** -**I'm retarded so please help me get it working** +## Docker +```docker pull 0xgingi/mistralchatgpt:latest``` + +```docker run -p 3030:3030 -d --restart=always 0xgingi/mistralchatgpt``` ## Getting Started