Skip to content

Commit

Permalink
refactor(BE): AI 코드 리뷰 모델 수정
Browse files Browse the repository at this point in the history
- llama-3.1-70b-versatile
  • Loading branch information
viaunixue committed Oct 8, 2024
1 parent 2febe06 commit 68911c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/ai_code_review.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def get_latest_commit_id(repo, pr_number, token):
def review_code_groq(prompt):
try:
response = groq_client.chat.completions.create(
model="llama3-70b-8192",
model="llama-3.1-70b-versatile",
messages=[
{"role": "system", "content": "당신은 FANNG 시니어 개발자 출신의 전문적인 코드 리뷰어입니다. 특히 백엔드의 경우 Python, FastAPI, 프론트의 경우 React와 Next.js에 깊은 조예와 전문성을 가지고 있습니다. "},
{"role": "user", "content": prompt}
Expand Down

0 comments on commit 68911c0

Please sign in to comment.