From 482fdc8f48cdf1ee533d35dc5db3c48a77d76c94 Mon Sep 17 00:00:00 2001 From: Evan Reichard Date: Sun, 15 Oct 2023 22:59:19 -0400 Subject: [PATCH] [add] pub docker image, [add] improve mobile css --- README.md | 3 +-- minyma/templates/index.html | 6 +++++- test.html | 43 ------------------------------------- 3 files changed, 6 insertions(+), 46 deletions(-) delete mode 100644 test.html diff --git a/README.md b/README.md index 24b8101..6e395bd 100644 --- a/README.md +++ b/README.md @@ -23,13 +23,12 @@ export OPENAI_API_KEY=`cat openai_key` minyma server run # Docker Quick Start -make docker_build_local docker run \ -p 5000:5000 \ -e OPENAI_API_KEY=`cat openai_key` \ -e DATA_PATH=/data \ -v ./data:/data \ - minyma:latest + gitea.va.reichard.io/evan/minyma:latest ``` The server will now be accessible at `http://localhost:5000` diff --git a/minyma/templates/index.html b/minyma/templates/index.html index 21af51a..d6bdc8f 100644 --- a/minyma/templates/index.html +++ b/minyma/templates/index.html @@ -2,10 +2,14 @@ + Minyma - Chat - +
- - - - - - - - - - - - - - - - - - -