bluenevus commited on
Commit
354049a
·
verified ·
1 Parent(s): 20d3132

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
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 list of dependencies and their versions
73
- 2. A summary of the project based on these dependencies as a bullet
74
- 3. For each dependency, based on your knowledge, put their license like apache 2.0 and a hyperlink as bullet
75
- 4. Any potential license conflicts or considerations as a bullet
 
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