Daryl Fung commited on
Commit
0a0fda1
1 Parent(s): ea2d681

initial commit

Browse files
Files changed (3) hide show
  1. .gitignore +1 -0
  2. Dockerfile +11 -0
  3. responses.txt +29 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ .idea
Dockerfile ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM python:3.9
2
+
3
+ WORKDIR /code
4
+
5
+ COPY ./requirements.txt /code/requirements.txt
6
+
7
+ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
8
+
9
+ COPY . .
10
+
11
+ CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
responses.txt ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "Our check-in time is at 3 PM, and check-out is at 11 AM. Let us know if you need any adjustments."
2
+
3
+ "Yes, we offer complimentary Wi-Fi throughout the hotel for all our guests."
4
+
5
+ "Currently, we offer a complimentary continental breakfast from 7 AM to 10 AM in the lobby area."
6
+
7
+ "Yes, we provide free parking for our guests. There's no need for reservations for parking spaces."
8
+
9
+ "Absolutely! Red Roof Inn is pet-friendly, and your furry friends can stay for free. Please be aware of our pet policy for any size or breed restrictions."
10
+
11
+ "We have a fitness center open from 6 AM to 10 PM. However, we do not have a pool at this location."
12
+
13
+ "Early check-in and late check-out requests are subject to availability. Please contact the front desk to arrange it."
14
+
15
+ "You can book directly through our website, call us, or use any major hotel booking platform. We're happy to assist with your reservation!"
16
+
17
+ "Yes, we have various discounts including for AAA members, seniors, government employees, and military personnel. Please inquire for more details."
18
+
19
+ "Certainly! There are several dining options and shops within a short distance. Our front desk can provide recommendations and directions."
20
+
21
+ "Good afternoon! Welcome to our hotel. Our Wi-Fi is complimentary and available throughout the hotel. For breakfast, we offer a free continental breakfast in the lobby from 7 AM to 10 AM."
22
+
23
+ "Yes, we provide free parking for our guests. There's no need to reserve a space; you can park anywhere available."
24
+
25
+ "Absolutely! We're a pet-friendly hotel, so your furry friends are welcome to stay for free. There are some size and breed restrictions, so please let us know if you have any specific concerns."
26
+
27
+ "Of course! There are several excellent restaurants within a short walking distance. I can provide you with a list and directions if you like."
28
+
29
+ "You're welcome! If you have any more questions or need assistance during your stay, please don't hesitate to ask. Enjoy your stay!"