Skip to content

Commit

Permalink
fix broken llm polyglot link in README.md (#155)
Browse files Browse the repository at this point in the history
Co-authored-by: Dimitri Kennedy <dimitrikennedy@gmail.com>
  • Loading branch information
swyxio and roodboi authored Apr 9, 2024
1 parent 54543be commit 48b1e7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ By varying the provider, model, and mode arguments when calling extractUser, you

### Using Non-OpenAI Providers with llm-polyglot

Instructor supports integration with providers that don't adhere to the OpenAI SDK, such as Anthropic, Azure, and Cohere, through the `llm-polyglot` library maintained by @dimitrikennedy. This library provides a unified interface for interacting with various language models across different providers.
Instructor supports integration with providers that don't adhere to the OpenAI SDK, such as Anthropic, Azure, and Cohere, through the [`llm-polyglot`](https://github.com/hack-dance/island-ai/tree/main/public-packages/llm-client) library maintained by @dimitrikennedy. This library provides a unified interface for interacting with various language models across different providers.

```typescript
import { createLLMClient } from "llm-polyglot"
Expand Down Expand Up @@ -361,7 +361,7 @@ Finally, we log the extracted user information.

By leveraging the llm-polyglot library, Instructor enables seamless integration with a wide range of providers beyond those that follow the OpenAI SDK. This allows you to take advantage of the unique capabilities and models offered by different providers while still benefiting from the structured extraction and validation features of Instructor.

For additional support and information on using other providers with [llm-polyglot](https://github.com/hack-dance/island-ai/tree/main/packages/llm-client), please refer to the library's documentation and examples.
For additional support and information on using other providers with [llm-polyglot](https://github.com/hack-dance/island-ai/tree/main/public-packages/llm-client), please refer to the library's documentation and examples.


## More Examples
Expand Down

0 comments on commit 48b1e7e

Please sign in to comment.