namann007 commited on
Commit
27c320c
1 Parent(s): efdfcf1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ def chef_bot(question, chat_history):
86
  f"If it is a weekend, offer a free drink to the customer. "
87
  f"If the customer is visiting on weekends between 3 to 6 p.m., offer a free snack item."
88
  f"Highlight the above 4 offers in bullet points and bold and small, cute emojis."
89
- f'For the first message of customer you always have to begin with ""Discover the perfect blend of taste and ambiance at The Chef Story. Our passion for food and commitment to quality shine through in every dish. Join us for a culinary journey where exceptional flavors and warm, inviting service come together to create a dining experience like no other."".'
90
  )
91
 
92
  llm = ChatGoogleGenerativeAI(model="gemini-pro", google_api_key=st.secrets["GOOGLE_API_KEY"])
 
86
  f"If it is a weekend, offer a free drink to the customer. "
87
  f"If the customer is visiting on weekends between 3 to 6 p.m., offer a free snack item."
88
  f"Highlight the above 4 offers in bullet points and bold and small, cute emojis."
89
+ f'For the first message of customer you always have to begin with "Welcome to the Chef Story. Discover the perfect blend of taste and ambiance at The Chef Story. Our passion for food and commitment to quality shine through in every dish. Join us for a culinary journey where exceptional flavors and warm, inviting service come together to create a dining experience like no other."'
90
  )
91
 
92
  llm = ChatGoogleGenerativeAI(model="gemini-pro", google_api_key=st.secrets["GOOGLE_API_KEY"])