Skip to content

Commit 91c2c7e

Browse files
committed
F1 추가
1 parent a4ef0a4 commit 91c2c7e

2 files changed

Lines changed: 8 additions & 10 deletions

File tree

gitprofile.config.ts

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ const CONFIG = {
4646
imageUrl: '/ESG Carbon Dashboard (Carbon Strategic OS).png',
4747
link: 'https://example.com',
4848
},
49+
{
50+
title: 'F1-LLM Chatbot',
51+
description:
52+
' F1 레이스 데이터를 기반으로 질문에 답변하는 RAG(Retrieval-Augmented Generation) 시스템입니다. PDF 문서에서 정보를 추출하여 벡터 인덱스를 생성하고, OpenAI의 GPT 모델을 사용하여 답변 생성.',
53+
imageUrl: '/f1-LLM chat bot.PNG',
54+
link: 'https://example.com',
55+
}
4956
],
5057
},
5158
},
@@ -99,7 +106,7 @@ const CONFIG = {
99106
],
100107
experiences: [
101108
{
102-
company: 'OO 회사',
109+
company: '두드림 줄눈',
103110
position: '업무지원',
104111
from: '2024년 3월',
105112
to: '2024년 9월',
@@ -137,15 +144,6 @@ const CONFIG = {
137144
description:
138145
'논문이나 출판물에 대한 상세한 한글 설명과 요약을 이 곳에 작성합니다.',
139146
},
140-
{
141-
title: '발표한 출판물 제목',
142-
conferenceName: '컨퍼런스 이름',
143-
journalName: '',
144-
authors: '홍길동, 박영희',
145-
link: 'https://example.com',
146-
description:
147-
'작성한 출판물에 대한 상세한 한글 설명과 요약을 이 곳에 작성합니다.',
148-
},
149147
],
150148
// Display articles from your medium or dev account. (Optional)
151149
blog: {

public/f1-LLM chat bot.PNG

565 KB
Loading

0 commit comments

Comments
 (0)