Skip to content

Commit 51d0c29

Browse files
authored
Update README.md
1 parent 83d043a commit 51d0c29

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This goal of `llm-interface` is to provide a single, simple, unified interface f
1313
## Features
1414

1515
- **Unified Interface**: `LLMInterfaceSendMessage` is a single, consistent interface to interact with **fifteen** different LLM APIs.
16-
- **Dynamic Module Loading**: Automatically loads and manages LLMInterfaces on-demand, optimizing resources.
16+
- **Dynamic Module Loading**: Automatically loads and manages LLM interfaces only when they are invoked, minimizing resource usage.
1717
- **Error Handling**: Robust error handling mechanisms to ensure reliable API interactions.
1818
- **Extensible**: Easily extendable to support additional LLM providers as needed.
1919
- **Response Caching**: Efficiently caches LLM responses to reduce costs and enhance performance.
@@ -33,7 +33,6 @@ This goal of `llm-interface` is to provide a single, simple, unified interface f
3333

3434
**v2.0.2**
3535

36-
- **Dynamic Module Loading**: Automatically loads and manages LLM interfaces only when they are invoked, minimizing resource usage.
3736
- **New LLM Providers**: Added support for Cloudflare AI, and Fireworks AI.
3837
- **JSON Consistency**: A breaking change has been introduced: all responses now return as valid JSON objects.
3938
- **JSON Repair**: Use `interfaceOptions.attemptJsonRepair` to repair invalid JSON responses when they occur.

0 commit comments

Comments
 (0)