Changed model to 1B
Browse files- lib/code_reviewer.py +1 -1
lib/code_reviewer.py
CHANGED
@@ -13,7 +13,7 @@ import io
|
|
13 |
from typing import List, Dict
|
14 |
|
15 |
class CodeReviewer:
|
16 |
-
def __init__(self, model_name: str = "facebook/incoder-
|
17 |
"""
|
18 |
Initializes the code reviewer with the specified language model.
|
19 |
|
|
|
13 |
from typing import List, Dict
|
14 |
|
15 |
class CodeReviewer:
|
16 |
+
def __init__(self, model_name: str = "facebook/incoder-1B"):
|
17 |
"""
|
18 |
Initializes the code reviewer with the specified language model.
|
19 |
|