mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
AI Providers
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
import { AIRoutingCard } from "@/components/settings/ai-routing-card";
|
||||
|
||||
export default function AIProvidersPage() {
|
||||
return (
|
||||
<div className="space-y-6 max-w-5xl">
|
||||
<div>
|
||||
<h1 className="text-3xl font-bold tracking-tight">AI Providers</h1>
|
||||
<p className="text-muted-foreground">
|
||||
Pick how roboco agents authenticate and which model each one runs on.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<AIRoutingCard />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user