Add context window percentage and subscription model detection to session info

This commit is contained in:
Shantur Rathore
2025-10-25 18:41:15 +01:00
parent c01a7e7315
commit c4a8a54bd7
3 changed files with 97 additions and 21 deletions

View File

@@ -290,6 +290,8 @@ async function fetchProviders(instanceId: string): Promise<void> {
id,
name: model.name,
providerId: provider.id,
limit: model.limit,
cost: model.cost,
})),
}))