added new sections
Browse files- azure_ai.py +1 -1
azure_ai.py
CHANGED
|
@@ -25,7 +25,7 @@ def enhance_with_ai(repo_info):
|
|
| 25 |
The project includes the following files:
|
| 26 |
{file_summaries}
|
| 27 |
|
| 28 |
-
README must include: Introduction, Features, Installation, Usage, Contributing, and License.
|
| 29 |
"""
|
| 30 |
|
| 31 |
response = client.chat.completions.create(
|
|
|
|
| 25 |
The project includes the following files:
|
| 26 |
{file_summaries}
|
| 27 |
|
| 28 |
+
README must include: Introduction, Workflow/Architecture Diagram, Features, Installation, Usage, Contributing, and License.
|
| 29 |
"""
|
| 30 |
|
| 31 |
response = client.chat.completions.create(
|