From bf22431100bef1e755f71d6e6561deac61500b47 Mon Sep 17 00:00:00 2001 From: DIodide Date: Sat, 22 Aug 2026 14:13:23 -0400 Subject: [PATCH] My apps: drop the Model card, soften the identity footnote Model switching lives in the chat composer; the identity card now reads "PI is now connected with the TigerApps you've used in the past". Claude-Session: https://claude.ai/code/session_01MKLJUWk6biNAKXupHTTWn5 --- app/src/client/pages/AppsPage.tsx | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/app/src/client/pages/AppsPage.tsx b/app/src/client/pages/AppsPage.tsx index 620a563..da95c12 100644 --- a/app/src/client/pages/AppsPage.tsx +++ b/app/src/client/pages/AppsPage.tsx @@ -1,7 +1,6 @@ import { useState } from "react"; import { PI_APPS, - PI_MODELS, type AppKey, type PiSettings, } from "../../shared/apps"; @@ -85,31 +84,7 @@ export function AppsPage({

- Verified by Princeton sign-in — schedules, degree progress, and - seat alerts are looked up under this netid. -

- - -
-

Model

-
- {PI_MODELS.map((m) => ( - - ))} -
-

- Opus 5 is the default; Sonnet 5 is faster and cheaper. Both are - Claude models and need the server's key — without one, PI falls - back to Campus (Workers AI). You can also switch models right in - the chat composer. + PI is now connected with the TigerApps you've used in the past