Migrate AI runtime to SDK and hardcode Zhipu coding endpoint
This commit is contained in:
@@ -94,7 +94,7 @@ export function AppShell({ title, subtitle, actions, children }: AppShellProps)
|
||||
<p className="mt-1 truncate text-sm text-[color:var(--terminal-bright)]">{displayName}</p>
|
||||
{role ? <p className="mt-1 text-xs uppercase tracking-[0.16em] text-[color:var(--terminal-muted)]">Role: {role}</p> : null}
|
||||
<p className="mt-2 text-xs text-[color:var(--terminal-muted)]">
|
||||
OpenClaw and market data are driven by environment configuration and live API tasks.
|
||||
AI and market data are driven by environment configuration and live API tasks.
|
||||
</p>
|
||||
<Button className="mt-3 w-full" variant="ghost" onClick={() => void signOut()} disabled={isSigningOut}>
|
||||
<LogOut className="size-4" />
|
||||
|
||||
Reference in New Issue
Block a user