Update azure_ai.py
Browse files- 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="
|
| 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}
|