From 7f282e4bef46b4614f75ea28d3c794f7d48fbc66 Mon Sep 17 00:00:00 2001 From: Rafael Pierre Date: Wed, 15 Nov 2023 23:09:50 +0100 Subject: [PATCH] Update README.md Signed-off-by: Rafael Pierre --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e9a25a715..8b218d16d 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,6 @@ * *Ease of use*: just install it, configure your Open AI token, and *voila* - you have a sleak chatbot frontend * *Flexibility*: want to use **larry.ai** as a simple (internal) proxy and communicate with it via your own frontend? You're welcome to do so via the exposed REST API endpoints. -### 🛣️ Roadmap - -We also have some exciting features in the roadmap, namely: -* Ability to easily change color themes -* Prompt Injection protection -* Caching GPT API calls - ## 🐣 Getting Started ### Installation ```bash @@ -51,6 +44,16 @@ INFO: Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit)

+### 🛣️ Roadmap + +We also have some exciting features in the roadmap, namely: +* Ability to easily change color themes +* Prompt Injection protection +* Caching GPT API calls +* Rate limiting +* Authentication & Authorization +* API Key Management + ### 🤝 Contributing * Have a cool idea? Feel free to create an issue and submit a PR!