debisoft commited on
Commit
7ef5954
·
1 Parent(s): 1b14e59
Files changed (1) hide show
  1. app.py +1 -1
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 shops 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)
 
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)