updated readme for litellm

This commit is contained in:
tcsenpai 2024-09-18 12:10:36 +02:00
parent 1cbbe4c6d4
commit 213ca63403

View File

@ -5,11 +5,13 @@ This is an early prototype of using prompting strategies to improve the LLM's re
## Features ## Features
- [x] Using an unified interface to try out different providers - [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] Configuring the app from the sidebar
- [x] Modular design for quick provider adding - [x] Modular design for quick provider adding
## Providers ## Providers
- [x] LiteLLM (local and remote)
- [x] Ollama (local) - [x] Ollama (local)
- [x] Perplexity (remote, requires API key) - [x] Perplexity (remote, requires API key)
- [x] Groq (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 ## Work in progress
- [ ] Add more providers - [ ] Further LiteLLM testing with remote providers
- [ ] Possibly use LiteLLM instead of defining each provider
- [ ] Create a better way to add new providers for developers - [ ] Create a better way to add new providers for developers
## Example ## Example