Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|