Skip to content

Commit 1aafdc1

Browse files
committed
hotfix : dictionary_chain
용어 사전이 예측 불가능한 형태로 사용자 쿼리를 변경함에 따른 기능 제거 추후 관련 부서에 사전 작성 요청해서 기능 복구 예정
1 parent c848417 commit 1aafdc1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ venv/
131131
ENV/
132132
env.bak/
133133
venv.bak/
134+
*.iml
134135

135136
# Spyder project settings
136137
.spyderproject

llm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def get_llm(model='gpt-4o-mini'):
6767

6868

6969
def get_dictionary_chain():
70-
dictionary = ["Link를 나타내는 표현 -> CruzLink",]
70+
dictionary = []
7171
llm = get_llm()
7272
prompt = ChatPromptTemplate.from_template(f"""
7373
사용자의 질문을 보고, 우리의 사전을 참고해서 사용자의 질문을 변경해주세요.

0 commit comments

Comments
 (0)