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

Odos (deprecated)

Migration

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