Skip to content

Commit

Permalink
fix: updated links
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanleomk committed Nov 27, 2024
1 parent 58eef74 commit 73df68f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/blog/posts/writer-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ tags:

# Structured Outputs with Writer now supported

>
We're excited to announce that `instructor` now supports [Writer](https://writer.com)'s enterprise-grade LLMs, including their latest Palmyra X 004 model. This integration enables structured outputs and enterprise AI workflows with Writer's powerful language models.

## Getting Started

First, make sure that you've signed up for an account on [Writer](https://writer.com) and obtained an API key. Once you've done so, install `instructor` with Writer support by running `pip install instructor[writer]` in your terminal.
First, make sure that you've signed up for an account on [Writer](https://app.writer.com/aistudio/signup?utm_campaign=devrel) and obtained an API key using this [quickstart guide](https://dev.writer.com/api-guides/quickstart). Once you've done so, install `instructor` with Writer support by running `pip install instructor[writer]` in your terminal.

Make sure to set the `WRITER_API_KEY` environment variable with your Writer API key or pass it as an argument to the `Writer` constructor.

Expand Down

0 comments on commit 73df68f

Please sign in to comment.