File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,16 @@ LLM Interface project is a versatile and comprehensive wrapper designed to inter
23
23
24
24
** v2.0.6**
25
25
26
- - ** New LLM Providers ** : Added support for watsonx.ai
26
+ - ** New LLM Provider ** : Added support for watsonx.ai.
27
27
28
28
** v2.0.3**
29
29
30
30
- ** New LLM Providers Functions** : ` LLMInterface.getAllModelNames() ` and ` LLMInterface.getModelConfigValue(provider, configValueKey) ` .
31
31
32
32
** v2.0.2**
33
33
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.
35
36
- ** JSON Consistency** : A breaking change has been introduced: all responses now return as valid JSON objects.
36
37
- ** JSON Repair** : Use ` interfaceOptions.attemptJsonRepair ` to repair invalid JSON responses when they occur.
37
38
- ** Improved Hugging Face Interface** : Refactored interface to support the undocumented chat completion endpoint.
You can’t perform that action at this time.
0 commit comments