Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
fix typo in readme (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcakyon authored Oct 29, 2023
1 parent 7b01898 commit 30f4c32
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@

**Simplify. Unify. Amplify.**

| Feature | AutoLLM | LangChain | LlamaIndex | LiteLLM |
| ------------------------------- | :-----: | :-------: | :--------: | :-----: |
| **100+ LLMs** |||||
| **Unified API** |||||
| **20+ Vector Databases** |||||
| **Cost Calculation (80+ LLMs)** |||||
| **1-Line RAG LLM Engine** |||||
| **1-Line FastAPI** |||||
| Feature | AutoLLM | LangChain | LlamaIndex | LiteLLM |
| -------------------------------- | :-----: | :-------: | :--------: | :-----: |
| **100+ LLMs** |||||
| **Unified API** |||||
| **20+ Vector Databases** |||||
| **Cost Calculation (100+ LLMs)** |||||
| **1-Line RAG LLM Engine** |||||
| **1-Line FastAPI** |||||

______________________________________________________________________

Expand Down Expand Up @@ -192,7 +192,7 @@ it's setup-free, serverless, and 100x more cost-effective!

</details>

### automated cost calculation for [80+ LLMs](https://raw.githubusercontent.com/BerriAI/litellm/main/model_prices_and_context_window.json)
### automated cost calculation for [100+ LLMs](https://raw.githubusercontent.com/BerriAI/litellm/main/model_prices_and_context_window.json)

```python
>>> from autollm import AutoServiceContext
Expand Down

0 comments on commit 30f4c32

Please sign in to comment.