File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
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.
You can’t perform that action at this time.
0 commit comments