app.py
CHANGED
@@ -19,7 +19,7 @@ def get_completion(prompt, model="gpt-3.5-turbo"):
|
|
19 |
|
20 |
def greet(input):
|
21 |
prompt = f"""
|
22 |
-
Recommend complementary
|
23 |
Text: ```{input}```
|
24 |
"""
|
25 |
response = get_completion(prompt)
|
|
|
19 |
|
20 |
def greet(input):
|
21 |
prompt = f"""
|
22 |
+
Recommend complementary shop combinations which match well with the shop(s) described in the following text, which is delimited by triple backticks. Rank by synergy: \
|
23 |
Text: ```{input}```
|
24 |
"""
|
25 |
response = get_completion(prompt)
|