Skip to content

Commit 87ed618

Browse files
authored
Update review_code.py
1 parent 05fe34e commit 87ed618

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/review_code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ def create_review_with_comments(file_comments, commit_id):
726726

727727
try:
728728
chat_response = client.chat(
729-
model="open-codestral-mamba",
729+
model="mistral-large-latest",
730730
messages=[
731731
{"role": "user", "content": prompt}
732732
]

0 commit comments

Comments
 (0)