Paul Dlug
Paul Dlug
I'm seeing the same issue w/ brand colors (ex: `border border-primary-500` gets reordered to `border-primary-500 ... border` by `eslint-plugin-react` but preserved as original by `prettier-plugin-tailwindcss`.
I'm seeing this issue with: ``` @anthropic-ai/sdk 0.21.1 @instructor-ai/instructor 1.3.0 llm-polyglot 1.0.0 ``` Also had the same issue with previous versions of @anthropic-ai/sdk (0.20.x) and @instructor-ai/instructor (1.2.1).
Azure OpenAI endpoints work if you use the `AzureOpenAI` client wrapper from the official OpenAI TypeScript/JavaScript client and pass it to Instructor. I had to create an OpenAI deployment in...