MCPcopy Create free account
hub / github.com/Seanium/ChatMap / toggleApiKeyVisibility

Function toggleApiKeyVisibility

components/model-settings.tsx:239–241  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

237
238 // 修改模型设置弹窗,保持一致的设计风格和组件
239 const toggleApiKeyVisibility = () => {
240 setShowApiKey(!showApiKey)
241 }
242
243 // 温度模式描述
244 const getTemperatureDescription = (temp: number) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected