* fixed logos * pre-populate ollama endpoint * show/hide api keys with button * Added dropdown selector for ibm endpoint * Added programatic dot pattern instead of background image * Updated copies * wait for 500ms before show connecting * Changed copy * removed unused log * Added padding when password button is present * made toggle be on mouse up * show placeholder as loading models when they're loading * removed description from model selector * implemented getting key from env * fixed complete button not updating
22 lines
476 B
JSON
22 lines
476 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"style": "default",
|
|
"rsc": true,
|
|
"tsx": true,
|
|
"tailwind": {
|
|
"config": "tailwind.config.ts",
|
|
"css": "src/app/globals.css",
|
|
"baseColor": "neutral",
|
|
"cssVariables": true,
|
|
"prefix": ""
|
|
},
|
|
"iconLibrary": "lucide",
|
|
"aliases": {
|
|
"components": "components",
|
|
"utils": "lib/utils",
|
|
"ui": "components/ui"
|
|
},
|
|
"registries": {
|
|
"@magicui": "https://magicui.design/r/{name}.json"
|
|
}
|
|
}
|