Skip to content

Commit

Permalink
Fix: 오답 분석 프롬프트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
semnisem committed Nov 20, 2024
1 parent 471175d commit 8663e4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -535,10 +535,10 @@ async def retrieve(problem_text: str):

@app.get("/analysis/augmentation")
async def augment(curriculum_context, query):
prompt = ("너는 고등학생의 오답 문제를 통해 약점을 보완해주는 공책이야. \
prompt = ("너는 고등학생의 오답 문제를 통해 약점을 보완해주는 공책이야. 문제 풀이하면 안돼. \
교육과정을 참고해서 이 문제의 핵심 의도를 바탕으로 문제에서 헷갈릴만한 요소, \
이 문제를 틀렸다면 놓쳤을 수 있는 같은 중요한 개념을 연관지어 그 개념에 대해 4줄 이내로 설명해주고, \
그 개념을 보완하도록 앞으로 학습할 연관개념도 몇 개 소개해줘. 단, 풀이는 말하지 마. \
이 문제를 틀렸다면 놓쳤을 수 있는 중요한 개념을 유추해서 그 개념에 대해 4줄 이내로 설명해. \
그 개념을 습득하기에 필요한 관련 개념들도 몇 개 소개해줘. \
만약 오답 문제와 교과과정이 관련이 없는 과목 같다고 판단되면, 교육과정은 참고하지 않으면 돼. \n\n\n")
passage = f"오답 문제 : {query} \n\n\n"
context = f"교과과정 : {curriculum_context} \n\n\n"
Expand Down

0 comments on commit 8663e4d

Please sign in to comment.