diff --git a/README.md b/README.md index 3b979f03..1b44721a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Includes: - Unlimited conversation history and number of users - Usage tracking, for better understanding of your employees' usage -![Application screenshot](docs/main.png) +![Application screenshot](docs/ui-conversation.png) ## How it works @@ -219,7 +219,7 @@ helm upgrade --install default clemlesne-private-gpt/private-gpt Go to [http://127.0.0.1:8081/redoc](http://127.0.0.1:8081/redoc). -![Documentation endpoint](docs/doc.png) +![Documentation endpoint](docs/api.png) ## [Security](./SECURITY.md) diff --git a/docs/api.png b/docs/api.png new file mode 100644 index 00000000..3f48995e Binary files /dev/null and b/docs/api.png differ diff --git a/docs/doc.png b/docs/doc.png deleted file mode 100644 index 0ee057e1..00000000 Binary files a/docs/doc.png and /dev/null differ diff --git a/docs/main.png b/docs/main.png deleted file mode 100644 index bbd5da30..00000000 Binary files a/docs/main.png and /dev/null differ diff --git a/docs/ui-conversation.png b/docs/ui-conversation.png new file mode 100644 index 00000000..b8fcbb37 Binary files /dev/null and b/docs/ui-conversation.png differ diff --git a/docs/ui-index.png b/docs/ui-index.png new file mode 100644 index 00000000..128e2344 Binary files /dev/null and b/docs/ui-index.png differ