new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

AI SDK · Providers · all subjects

azure-ai/setup

4 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

Azure AI custom provider package name

The unofficial Azure AI custom provider for the AI SDK is located at github.com/QuailAI/azure-ai-provider and is installed via the npm package @quail-ai/azure-ai-provider.

Azure AI provider installation command

Install the Azure AI provider with the command: npm i @quail-ai/azure-ai-provider

Azure AI environment variables configuration

The Azure AI provider requires two environment variables: AZURE_API_ENDPOINT set to https://<your-resource>.services.ai.azure.com/models and AZURE_API_KEY set to your API key. These should be added to the .env file.

Azure AI provider initialization code

Import createAzure from @quail-ai/azure-ai-provider and initialize the provider instance with: const azure = createAzure({ endpoint: process.env.AZURE_API_ENDPOINT, apiKey: process.env.AZURE_API_KEY });

Give your agent this brain