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