Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -339,12 +339,10 @@ def rag_workflow(query):
|
|
339 |
There are three different technical documents to choose from:
|
340 |
- Document 1: Provides information on how to use a Python library to interact with the HTTP API of 'Kadi4Mat'.
|
341 |
- Document 2: Provides information on how to use a Python library to implement custom CLI commands to interact with 'Kadi4Mat'.
|
342 |
-
- Document 3: Provides prewritten CLI command lines and guides on how to use the command-line interface to interact with 'Kadi4Mat'.
|
343 |
|
344 |
Your task is to select the single most likely option.
|
345 |
If Document 1 is the best choice, respond with 'kadi-apy python library'.
|
346 |
If Document 2 is the best choice, respond with 'kadi-apy python cli library'.
|
347 |
-
If Document 3 is the best choice, respond with 'kadi-apy command line interface'.
|
348 |
Respond with only the exact corresponding option and do not include any additional comments, explanations, or text."
|
349 |
"""
|
350 |
)
|
|
|
339 |
There are three different technical documents to choose from:
|
340 |
- Document 1: Provides information on how to use a Python library to interact with the HTTP API of 'Kadi4Mat'.
|
341 |
- Document 2: Provides information on how to use a Python library to implement custom CLI commands to interact with 'Kadi4Mat'.
|
|
|
342 |
|
343 |
Your task is to select the single most likely option.
|
344 |
If Document 1 is the best choice, respond with 'kadi-apy python library'.
|
345 |
If Document 2 is the best choice, respond with 'kadi-apy python cli library'.
|
|
|
346 |
Respond with only the exact corresponding option and do not include any additional comments, explanations, or text."
|
347 |
"""
|
348 |
)
|