File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,10 @@ The LLM Interface project is a versatile and comprehensive wrapper designed to i
12
12
13
13
** v0.0.10**
14
14
15
- - ** Hugging Face** : Added support for Hugging Face Inference (_ over 150,000 publicly accessible machine learning models_ )
16
- - ** Perplexity Labs** : Added support for Perplexity Labs
17
- - ** JSON Improvements** : The ` json_object ` mode for OpenAI and Gemini now guarantees the return a valid JSON object or null.
15
+ - ** Hugging Face** : Added support for new LLM provider Hugging Face (_ over 150,000 publicly accessible machine learning models_ )
16
+ - ** Perplexity Labs** : Added support for new LLM provider Perplexity Labs
17
+ - ** AI21** : Add support for new LLM provider AI21
18
+ - ** JSON Output Improvements** : The ` json_object ` mode for OpenAI and Gemini now guarantees the return a valid JSON object or null.
18
19
- ** Graceful Retries** : Retry LLM queries upon failure.
19
20
20
21
** v0.0.9**
@@ -23,8 +24,8 @@ The LLM Interface project is a versatile and comprehensive wrapper designed to i
23
24
24
25
** v0.0.8**
25
26
26
- - ** Mistral AI** : Added support for Mistral AI
27
- - ** Cohere** : Added support for Cohere
27
+ - ** Mistral AI** : Added support for new LLM provider Mistral
28
+ - ** Cohere** : Added support for new LLM provider Cohere
28
29
29
30
## Features
30
31
You can’t perform that action at this time.
0 commit comments