Skip to content

Commit 72bc9ee

Browse files
committed
Update README.md
1 parent 4869c8f commit 72bc9ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ The LLM Interface project is a versatile and comprehensive wrapper designed to i
1313
**v0.0.10**
1414

1515
- **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
1818
- **JSON Output Improvements**: The `json_object` mode for OpenAI and Gemini now guarantees the return a valid JSON object or null.
1919
- **Graceful Retries**: Retry LLM queries upon failure.
2020

@@ -94,7 +94,7 @@ openai
9494
});
9595
```
9696

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.
9898

9999
## Running Tests
100100

0 commit comments

Comments
 (0)