Skip to content

Commit

Permalink
v2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
samestrin committed Jun 25, 2024
1 parent 46b95f4 commit 51be461
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,16 @@ LLM Interface project is a versatile and comprehensive wrapper designed to inter

**v2.0.6**

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

**v2.0.3**

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

**v2.0.2**

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

0 comments on commit 51be461

Please sign in to comment.