Commit a4de86c5 authored by Kantz's avatar Kantz
Browse files

tool anzeige entfernt

parent 9640e4df
......@@ -100,9 +100,6 @@ export default function BackendHealthGate({ children }: PropsWithChildren) {
</div>
</div>
<div className="header-meta">
<span className="pill">Postgres + pgvector</span>
<span className="pill">Python FastAPI</span>
<span className="pill">Mathpix</span>
</div>
</header>
......
......@@ -706,9 +706,6 @@ export default function ChatPage() {
onChange={handleSwitchOrchestrator}
disabled={!isOrchestratorSelectable}
/>
<span className="pill">Postgres + pgvector</span>
<span className="pill">Python FastAPI</span>
<span className="pill">Mathpix</span>
</div>
</header>
{orchestratorError ? <div className="chat-archive-error">{orchestratorError}</div> : null}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment