MCPcopy Create free account
hub / github.com/TrainLoop/evals / cn

Function cn

ui/lib/utils.ts:64–66  ·  view source on GitHub ↗
(...inputs: ClassValue[])

Source from the content-addressed store, hash-verified

62
63// Helper function for class names
64export function cn(...inputs: ClassValue[]) {
65 return twMerge(clsx(inputs))
66}
67
68// Groq API helper
69export async function callGroqModel(prompt: string, model = "llama3-8b-8192") {

Callers 15

dialog.tsxFile · 0.90
DialogHeaderFunction · 0.90
DialogFooterFunction · 0.90
drawer.tsxFile · 0.90
DrawerHeaderFunction · 0.90
DrawerFooterFunction · 0.90
menubar.tsxFile · 0.90
MenubarShortcutFunction · 0.90
label.tsxFile · 0.90
switch.tsxFile · 0.90
carousel.tsxFile · 0.90
breadcrumb.tsxFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected