From 213ca6340300f1d0dae9712a59ecf4bd30b77bb1 Mon Sep 17 00:00:00 2001 From: tcsenpai Date: Wed, 18 Sep 2024 12:10:36 +0200 Subject: [PATCH] updated readme for litellm --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4549073..a797470 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,13 @@ This is an early prototype of using prompting strategies to improve the LLM's re ## Features - [x] Using an unified interface to try out different providers +- [x] LiteLLM default provider with local and remote support - [x] Configuring the app from the sidebar - [x] Modular design for quick provider adding ## Providers +- [x] LiteLLM (local and remote) - [x] Ollama (local) - [x] Perplexity (remote, requires API key) - [x] Groq (remote, requires API key) @@ -21,8 +23,7 @@ This is an early prototype of using prompting strategies to improve the LLM's re ## Work in progress -- [ ] Add more providers -- [ ] Possibly use LiteLLM instead of defining each provider +- [ ] Further LiteLLM testing with remote providers - [ ] Create a better way to add new providers for developers ## Example