Skip to content

Commit 51be461

Browse files
committed
v2.0.6
1 parent 46b95f4 commit 51be461

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,16 @@ LLM Interface project is a versatile and comprehensive wrapper designed to inter
2323

2424
**v2.0.6**
2525

26-
- **New LLM Providers**: Added support for watsonx.ai
26+
- **New LLM Provider**: Added support for watsonx.ai.
2727

2828
**v2.0.3**
2929

3030
- **New LLM Providers Functions**: `LLMInterface.getAllModelNames()` and `LLMInterface.getModelConfigValue(provider, configValueKey)`.
3131

3232
**v2.0.2**
3333

34-
- **New LLM Providers**: Added support for Cloudflare AI, and Fireworks AI
34+
- **Dynamic Module Loading**: Automatically loads and manages LLM interfaces only when they are invoked,minimizing resource usage.
35+
- **New LLM Providers**: Added support for Cloudflare AI, and Fireworks AI.
3536
- **JSON Consistency**: A breaking change has been introduced: all responses now return as valid JSON objects.
3637
- **JSON Repair**: Use `interfaceOptions.attemptJsonRepair` to repair invalid JSON responses when they occur.
3738
- **Improved Hugging Face Interface**: Refactored interface to support the undocumented chat completion endpoint.

0 commit comments

Comments
 (0)