bupa1018 commited on
Commit
e45dd06
·
1 Parent(s): 7453f42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -339,7 +339,7 @@ def rag_workflow(query):
339
  #print("AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA:",code_context)
340
 
341
 
342
- prompt = f"The query is: '{query}'. What type of metadata applies to this query? Options: python library, python cli library, command line interface.")
343
  metadata_prediction = llm.predict(prompt)
344
  print(metadata_prediction)
345
 
 
339
  #print("AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA:",code_context)
340
 
341
 
342
+ prompt = f"The query is: '{query}'. What type of metadata applies to this query? Options: python library, python cli library, command line interface."
343
  metadata_prediction = llm.predict(prompt)
344
  print(metadata_prediction)
345