mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
7 lines
296 B
TypeScript
7 lines
296 B
TypeScript
export const variants = [
|
|
{ name: "OpenAI", queryParams: "?coAgentsModel=openai" },
|
|
{ name: "Anthropic", queryParams: "?coAgentsModel=anthropic" },
|
|
{ name: "Google Generative AI", queryParams: "?coAgentsModel=google_genai" },
|
|
// { name: "LangGraph Cloud", quaeryParams: "?lgc=true" },
|
|
];
|