Update app.py
Browse files
app.py
CHANGED
|
@@ -69,10 +69,11 @@ def process_with_gemini(file_content, gemini_api_key):
|
|
| 69 |
{file_content}
|
| 70 |
|
| 71 |
Please provide:
|
| 72 |
-
1. A numbered
|
| 73 |
-
2.
|
| 74 |
-
3.
|
| 75 |
-
4.
|
|
|
|
| 76 |
5. Provide no other information such as greeting or summary as the purpose is to catalog and document all open source licenses used.
|
| 77 |
"""
|
| 78 |
|
|
|
|
| 69 |
{file_content}
|
| 70 |
|
| 71 |
Please provide:
|
| 72 |
+
1. A numbered with the name dependency and version as the title
|
| 73 |
+
2. 1st bullet under title has a brief summary of what the depency does
|
| 74 |
+
3. 2nd bullet under title has the license name apache 2.0
|
| 75 |
+
4. 3rd bullet under title has a hyperlink to the license file
|
| 76 |
+
5. New title called potential license conflicts describes issues between licences that may cause legal promptlems
|
| 77 |
5. Provide no other information such as greeting or summary as the purpose is to catalog and document all open source licenses used.
|
| 78 |
"""
|
| 79 |
|