app.py
CHANGED
@@ -21,10 +21,7 @@ def greet(input):
|
|
21 |
prompt = f"""
|
22 |
Recommend complementary shops specifically for the shop(s) described in the following text, ranked by synergy: \
|
23 |
Text: ```{input}```
|
24 |
-
"""
|
25 |
-
|
26 |
-
response = get_completion(prompt)
|
27 |
-
print(response)
|
28 |
response = get_completion(prompt)
|
29 |
return response
|
30 |
|
|
|
21 |
prompt = f"""
|
22 |
Recommend complementary shops specifically for the shop(s) described in the following text, ranked by synergy: \
|
23 |
Text: ```{input}```
|
24 |
+
"""
|
|
|
|
|
|
|
25 |
response = get_completion(prompt)
|
26 |
return response
|
27 |
|