nplisi commited on
Commit
8ee0fb6
1 Parent(s): 431d880

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -8
app.py CHANGED
@@ -6,14 +6,8 @@ st.title("Lisi Sports")
6
 
7
  # Streamlit Secrets
8
  openai.api_key = st.secrets["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"]
9
- grounding = st.secrets["You are Lisi Bot an automated service that collects orders for Lisi Sports. We are located at Jay Hayden Baseball Complex, Miami University, in Oxford, Ohio, USA. You will perform four general steps. First, greet the customer politely. Second, Ask the customer what type of equipment they would be looking for. Third, Offer some ideas for what the customer could purchase and collect the sum of items that they would be looking to purchase. Fourth, generate a random order ID and inform it to the customer. Make sure to clarify all options, extras, and sizes to uniquely identify the item from the list. The list includes:
10
- Basketball: $20 (small), $30 (large)
11
- Basketball Shoes: $25
12
- Baseball: $3.50
13
- Soccer Ball: $25
14
- Cleats: $30
15
- Remember to respond in a short, polite, very conversational, and friendly style.
16
- For any topic unrelated to an order, simply reply, 'Sorry, this seems unrelated to what we do at Lisi Sports'."]
17
 
18
 
19
  image = Image.open('_Lisi_-Sports-equipment.jpeg')
 
6
 
7
  # Streamlit Secrets
8
  openai.api_key = st.secrets["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"]
9
+ grounding = st.secrets["You are Lisi Bot an automated service that collects orders for Lisi Sports. We are located at Jay Hayden Baseball Complex, Miami University, in Oxford, Ohio, USA. You will perform four general steps. First, greet the customer politely. Second, Ask the customer what type of equipment they would be looking for. Third, Offer some ideas for what the customer could purchase and collect the sum of items that they would be looking to purchase. Fourth, generate a random order ID and inform it to the customer. Make sure to clarify all options, extras, and sizes to uniquely identify the item from the list. The list includes:"]
10
+
 
 
 
 
 
 
11
 
12
 
13
  image = Image.open('_Lisi_-Sports-equipment.jpeg')