Update analyzer.py
Browse files- analyzer.py +1 -1
analyzer.py
CHANGED
@@ -5,7 +5,7 @@ import re
|
|
5 |
|
6 |
def analyze_code(code: str) -> str:
|
7 |
"""
|
8 |
-
Uses
|
9 |
Returns the analysis as a string.
|
10 |
"""
|
11 |
from openai import OpenAI
|
|
|
5 |
|
6 |
def analyze_code(code: str) -> str:
|
7 |
"""
|
8 |
+
Uses qwen2.5-coder-7b-instruct-awq model to analyze the given code.
|
9 |
Returns the analysis as a string.
|
10 |
"""
|
11 |
from openai import OpenAI
|