PraneshJs commited on
Commit
eeb5428
·
verified ·
1 Parent(s): 652eb40

Update azure_ai.py

Browse files
Files changed (1) hide show
  1. azure_ai.py +1 -1
azure_ai.py CHANGED
@@ -38,7 +38,7 @@ def enhance_with_ai(repo_info):
38
  """
39
 
40
  response = client.chat.completions.create(
41
- model="minimax/minimax-m2:free",
42
  messages=[
43
  {"role": "system", "content": "You are a helpful assistant that creates GitHub READMEs. You must follow the provided structure and include all necessary sections. Use necessary emojies and markdown formatting."},
44
  {"role": "user", "content": prompt}
 
38
  """
39
 
40
  response = client.chat.completions.create(
41
+ model="google/gemma-3-27b-it:free",
42
  messages=[
43
  {"role": "system", "content": "You are a helpful assistant that creates GitHub READMEs. You must follow the provided structure and include all necessary sections. Use necessary emojies and markdown formatting."},
44
  {"role": "user", "content": prompt}