You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@ The LLM Interface project is a versatile and comprehensive wrapper designed to i
13
13
**v0.0.10**
14
14
15
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
16
+
-**Perplexity Labs**: Added support for new LLM provider Perplexity
17
+
-**AI21**: Add support for new LLM provider AI21 Studio
18
18
-**JSON Output Improvements**: The `json_object` mode for OpenAI and Gemini now guarantees the return a valid JSON object or null.
19
19
-**Graceful Retries**: Retry LLM queries upon failure.
20
20
@@ -94,7 +94,7 @@ openai
94
94
});
95
95
```
96
96
97
-
Additional [usage examples](/docs/USAGE.md) and an [API reference](/docs/API.md) are available. You may also wish to review the [test cases](/test/) for further examples.
97
+
If you need [API Keys](/docs/APIKEYS.md), [this](/docs/APIKEYS.md) is a good starting point. Additional [usage examples](/docs/USAGE.md) and an [API reference](/docs/API.md) are available. You may also wish to review the [test cases](/test/) for further examples.
0 commit comments