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) { ...@@ -100,9 +100,6 @@ export default function BackendHealthGate({ children }: PropsWithChildren) {
</div> </div>
</div> </div>
<div className="header-meta"> <div className="header-meta">
<span className="pill">Postgres + pgvector</span>
<span className="pill">Python FastAPI</span>
<span className="pill">Mathpix</span>
</div> </div>
</header> </header>
......
...@@ -706,9 +706,6 @@ export default function ChatPage() { ...@@ -706,9 +706,6 @@ export default function ChatPage() {
onChange={handleSwitchOrchestrator} onChange={handleSwitchOrchestrator}
disabled={!isOrchestratorSelectable} disabled={!isOrchestratorSelectable}
/> />
<span className="pill">Postgres + pgvector</span>
<span className="pill">Python FastAPI</span>
<span className="pill">Mathpix</span>
</div> </div>
</header> </header>
{orchestratorError ? <div className="chat-archive-error">{orchestratorError}</div> : null} {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