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

Function getTemperatureDescription

components/model-settings.tsx:244–248  ·  view source on GitHub ↗
(temp: number)

Source from the content-addressed store, hash-verified

242
243 // 温度模式描述
244 const getTemperatureDescription = (temp: number) => {
245 if (temp <= 0.3) return "精确模式:提供更一致、更注重事实的回答"
246 if (temp <= 0.7) return "平衡模式:在一致性和多样性之间取得良好平衡"
247 return "创意模式:提供更多样化和创意性的建议"
248 }
249
250 return (
251 <>

Callers 1

ModelSettingsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected