docs/content/docs/reference/v1/classes/llm-adapters/GroqAdapter.mdx
{ /*
import { CopilotRuntime, GroqAdapter } from "@copilotkit/runtime";
import { Groq } from "groq-sdk";
const groq = new Groq({ apiKey: process.env["GROQ_API_KEY"] });
const copilotKit = new CopilotRuntime();
return new GroqAdapter({ groq, model: "<model-name>" });