Skip to content

Commit 733c64a

Browse files
committed
프롬프트 인텔리전스 및 지속 가능성 대시보드 업데이트: AI 모델 이름 변경 및 전력 절약량 설명 수정.
1 parent 1e09753 commit 733c64a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/(layout)/overview/page.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 />

src/app/(layout)/profile/page.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
{/* 게이지 그래프 */}

0 commit comments

Comments
 (0)