Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

Fabric

Fabric has been removed from defaultProviders. Remove it from explicit provider configurations and use Nordstern or another active provider.

import { createConfig, nordstern } from "@spandex/core";
 
export const config = createConfig({
  providers: [nordstern({})],
});