From 05c5546c10edc27af2133df13e6cd10a65070179 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 | 6 ++++-- minyma/templates/index.html | 6 +++++- test.html | 43 ------------------------------------- 3 files changed, 9 insertions(+), 46 deletions(-) delete mode 100644 test.html diff --git a/README.md b/README.md index 24b8101..7b5c2c9 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` @@ -76,6 +75,9 @@ pip install -e . # Creds export OPENAI_API_KEY=`cat openai_key` + +# Docker +make docker_build_local ``` # Notes 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 - +
- - - - - - - - - - - - - - - - - - -