Skip to content

Commit 181bde5

Browse files
committed
Update README.md
1 parent ebf3cb9 commit 181bde5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ LLM Interface supports: **AI21 Studio, AiLAYER, AIMLAPI, Anyscale, Anthropic, Cl
4646
- **Caching**: Supports multiple caches: `simple-cache`, `flat-cache`, and `cache-manager`. _`flat-cache` is now an optional package._
4747
- **Logging**: Improved logging with the `loglevel`.
4848
- **Improved Documentation**: Improved [documentation](docs/README.md) with new examples, glossary, and provider details. Updated API key details, model alias breakdown, and usage information.
49-
- **More Examples**: [LangChain.js RAG](examples/langchain/rag.js), [Mixture-of-Authorities (MoA)](examples/moa/moa.js), and [more](docs/examples.md).
49+
- **More Examples**: [LangChain.js RAG](examples/langchain/rag.js), [Mixture-of-Agents (MoA)](examples/moa/moa.js), and [more](docs/examples.md).
5050
- **Removed Dependency**: `@anthropic-ai/sdk` is no longer required.
5151

5252
## Dependencies
@@ -77,8 +77,8 @@ npm install llm-interface
7777
- Looking for [API Keys](/docs/api-keys.md)? This document provides helpful links.
7878
- Detailed [usage](/docs/usage.md) documentation is available here.
7979
- Various [examples](/examples) are also available to help you get started.
80-
- A breakdown of [model aliases](/docs/models.md) aliases is available here.
81-
- A breakdown of [embeddings model aliases](/docs/embeddings.md) aliases is available here.
80+
- A breakdown of [model aliases](/docs/models.md) is available here.
81+
- A breakdown of [embeddings model aliases](/docs/embeddings.md) is available here.
8282
- If you still want more examples, you may wish to review the [test cases](/test/) for further examples.
8383

8484
## Usage
@@ -163,7 +163,7 @@ _Note: Currently skipping NVIDIA test cases due to API issues, and Ollama due to
163163
## TODO
164164

165165
- [ ] Provider > Models > Azure AI
166-
- [ ] Provider > Models > Groq
166+
- [ ] Provider > Models > Grok
167167
- [ ] Provider > Models > SiliconFlow
168168
- [ ] Provider > Embeddings > Nomic
169169
- [ ] _Feature > Image Generation?_

0 commit comments

Comments
 (0)