Update app.py
Browse files
app.py
CHANGED
@@ -22,12 +22,12 @@ def generate_response(query):
|
|
22 |
- The format should be exactly: Course Name || Course Link
|
23 |
- Each course should be on a new line.
|
24 |
- No extra text or commentary, only the exact output format specified.
|
25 |
-
|
26 |
# Database
|
27 |
{database_str}
|
28 |
|
29 |
# User Input
|
30 |
-
{query}
|
31 |
|
32 |
# Output (maximum of 3 courses):
|
33 |
'''
|
|
|
22 |
- The format should be exactly: Course Name || Course Link
|
23 |
- Each course should be on a new line.
|
24 |
- No extra text or commentary, only the exact output format specified.
|
25 |
+
- Example Output : Creating Problem-Solving Agents using GenAI for Action Composition || https://courses.analyticsvidhya.com/courses/Creating%20Problem-Solving%20Agents%20using%20GenAI%20for%20Action%20Composition
|
26 |
# Database
|
27 |
{database_str}
|
28 |
|
29 |
# User Input
|
30 |
+
{query[-1]}
|
31 |
|
32 |
# Output (maximum of 3 courses):
|
33 |
'''
|