File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export default function OverviewPage() {
2424 < ul className = "space-y-4 ml-7" >
2525 < li >
2626 < span className = "font-bold" > < span className = "mr-2" > 🧠</ span > 프롬프트 인텔리전스</ span > < br />
27- < span className = "text-gray-300" > 프롬프트의 난이도를 분석해 최적의 AI 모델(< span className = "font-bold text-white" > Phi-3 , GPT-4 Turbo </ span > 등)로 자동 연결합니다.</ span >
27+ < span className = "text-gray-300" > 프롬프트의 난이도를 분석해 최적의 AI 모델(< span className = "font-bold text-white" > GPT-4o mini , GPT-4o, GPY 4.1 </ span > 등)로 자동 연결합니다.</ span >
2828 </ li >
2929 < li >
3030 < span className = "font-bold" > < span className = "mr-2" > ⚡</ span > 에너지 최적화</ span > < br />
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ export default function ProfilePage() {
117117 < div className = "space-y-8 p-8 flex-1 flex flex-col items-center justify-center" >
118118 < h3 className = "text-2xl font-bold" > 지속 가능성 대시보드</ h3 >
119119 < p className = "text-sm text-gray-400" >
120- 가장 많이 쓰이는 LLM, GPT-4보다 약 { electricityData ?. totalSavedEstimatedElectricity ?. toFixed ( 2 ) } Wh를 절약했어요 ❗️
120+ 가장 최신 LLM 모델 , GPT-4.1보다 약 { electricityData ?. totalSavedEstimatedElectricity ?. toFixed ( 2 ) } Wh를 절약했어요 ❗️
121121 </ p >
122122
123123 { /* 게이지 그래프 */ }
You can’t perform that action at this time.
0 commit comments