Skip to content

Commit

Permalink
fix(BE): AI 코드 리뷰 메서드 수정
Browse files Browse the repository at this point in the history
- ollama3.2 모델명 변경
  • Loading branch information
viaunixue committed Oct 4, 2024
1 parent a732bf6 commit 871f207
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 @@ -22,7 +22,7 @@ def review_code(file_content):
try:
response = requests.post('http://localhost:11434/api/generate',
json={
"model": "llama3:7b",
"model": "llama3.2",
"prompt": prompt,
"stream": False,
"options": {
Expand Down

0 comments on commit 871f207

Please sign in to comment.