MCPcopy Create free account
hub / github.com/aetherstate/GODMOD3.AI / handleKeyBlur

Function handleKeyBlur

SettingsModal.tsx:1687–1693  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1685 }
1686
1687 const handleKeyBlur = () => {
1688 if (localKey !== ultraplinianApiKey) {
1689 setUltraplinianApiKey(localKey)
1690 setSavedKey(true)
1691 setTimeout(() => setSavedKey(false), 2000)
1692 }
1693 }
1694
1695 const tiers: { id: 'fast' | 'standard' | 'smart' | 'power' | 'ultra'; label: string; models: number; desc: string }[] = [
1696 { id: 'fast', label: 'FAST', models: 12, desc: 'Quick responses, free-tier models (~10-15s)' },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected