naman1102 commited on
Commit
dbe96a7
·
1 Parent(s): 61c15b7

Update analyzer.py

Browse files
Files changed (1) hide show
  1. analyzer.py +1 -1
analyzer.py CHANGED
@@ -5,7 +5,7 @@ import re
5
 
6
  def analyze_code(code: str) -> str:
7
  """
8
- Uses OpenAI's GPT-4.1 mini model to analyze the given code.
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