PraneshJs commited on
Commit
ae2665b
·
verified ·
1 Parent(s): b087e5d

Update azure_ai.py

Browse files
Files changed (1) hide show
  1. azure_ai.py +3 -11
azure_ai.py CHANGED
@@ -45,11 +45,6 @@ Follow this EXACT structure and do not skip any section:
45
 
46
  1. Hero Section
47
  - H1 title with a one-line tagline below it
48
- - Shields.io badges row:
49
- ![Python](https://img.shields.io/badge/python-3.10+-blue)
50
- ![License](https://img.shields.io/badge/license-MIT-green)
51
- ![Stars](https://img.shields.io/github/stars/user/{repo_info['name']})
52
- ![Issues](https://img.shields.io/github/issues/user/{repo_info['name']})
53
  - A short 2-line summary of what the project does
54
 
55
  2. Table of Contents
@@ -113,17 +108,14 @@ Follow this EXACT structure and do not skip any section:
113
  10. Project Structure
114
  ```
115
  {repo_info['name']}/
116
- |- src/ # core logic
117
- |- tests/ # unit tests
118
- |- docs/ # documentation
119
- |- README.md
120
  ```
121
 
122
  11. Contributing
123
  - 4-step git contribution guide in a bash code block
124
 
125
  12. License
126
- - MIT License — 2025 {repo_info['name']} Contributors
127
 
128
  Write the complete README now. Do not summarize, skip, or truncate any section.
129
  """
@@ -134,7 +126,7 @@ Write the complete README now. Do not summarize, skip, or truncate any section.
134
  {"role": "system", "content": system_prompt},
135
  {"role": "user", "content": user_prompt}
136
  ],
137
- temperature=0.3,
138
  max_tokens=4000
139
  )
140
 
 
45
 
46
  1. Hero Section
47
  - H1 title with a one-line tagline below it
 
 
 
 
 
48
  - A short 2-line summary of what the project does
49
 
50
  2. Table of Contents
 
108
  10. Project Structure
109
  ```
110
  {repo_info['name']}/
111
+
 
 
 
112
  ```
113
 
114
  11. Contributing
115
  - 4-step git contribution guide in a bash code block
116
 
117
  12. License
118
+ - MIT License — Current Year {repo_info['name']} Contributors
119
 
120
  Write the complete README now. Do not summarize, skip, or truncate any section.
121
  """
 
126
  {"role": "system", "content": system_prompt},
127
  {"role": "user", "content": user_prompt}
128
  ],
129
+ temperature=0.7,
130
  max_tokens=4000
131
  )
132