feat(T07): KI-Copilot with OpenRouter chat, voice input, action system, chat history
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { ChatInterface } from '@/components/copilot/ChatInterface';
|
||||
|
||||
export default function CopilotPage() {
|
||||
return (
|
||||
<div className="container mx-auto px-4 py-6">
|
||||
<h1 className="text-2xl font-bold mb-4">KI-Copilot</h1>
|
||||
<ChatInterface />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user