You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Caching**: Supports multiple caches: `simple-cache`, `flat-cache`, and `cache-manager`. _`flat-cache` is now an optional package._
47
47
-**Logging**: Improved logging with the `loglevel`.
48
48
-**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).
50
50
-**Removed Dependency**: `@anthropic-ai/sdk` is no longer required.
51
51
52
52
## Dependencies
@@ -77,8 +77,8 @@ npm install llm-interface
77
77
- Looking for [API Keys](/docs/api-keys.md)? This document provides helpful links.
78
78
- Detailed [usage](/docs/usage.md) documentation is available here.
79
79
- 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.
82
82
- If you still want more examples, you may wish to review the [test cases](/test/) for further examples.
83
83
84
84
## Usage
@@ -163,7 +163,7 @@ _Note: Currently skipping NVIDIA test cases due to API issues, and Ollama due to
0 commit comments