Skip to content

Commit

Permalink
feat(law): 쉬운 해석 프롬포트 환경변수 처리
Browse files Browse the repository at this point in the history
Signed-off-by: IsthisLee <[email protected]>
  • Loading branch information
IsthisLee committed Nov 2, 2023
1 parent dd81d14 commit 14c8c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apis/laws/laws.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ export class LawsService {
});
messages.push({
role: 'user',
content: '더 쉽게 설명 부탁해.',
content: this.configService.get<string>('LAW_MORE_EASY_PROMPT'),
});
}

Expand Down

0 comments on commit 14c8c08

Please sign in to comment.