Benjamin Consolvo
commited on
Commit
·
248d80d
1
Parent(s):
5faa415
README updates
Browse files
README.md
CHANGED
@@ -46,8 +46,10 @@ To experience the VacAIgent app:
|
|
46 |
### Deploy Trip Planner
|
47 |
|
48 |
#### Step 1
|
|
|
49 |
```sh
|
50 |
git clone https://github.com/opea-project/Enterprise-Inference/
|
|
|
51 |
```
|
52 |
|
53 |
#### Step 2
|
@@ -57,14 +59,7 @@ Insall Dependencies
|
|
57 |
pip install -r requirements.txt
|
58 |
```
|
59 |
#### Step 3
|
60 |
-
Add Streamlit secrets
|
61 |
-
|
62 |
-
```sh
|
63 |
-
cd examples/trip_planner_agent
|
64 |
-
```
|
65 |
-
|
66 |
-
create `.streamlit/secrets.toml` file and Update **Credentials**
|
67 |
-
you can use secrtes.example file for reference
|
68 |
|
69 |
```sh
|
70 |
SERPER_API_KEY=""
|
|
|
46 |
### Deploy Trip Planner
|
47 |
|
48 |
#### Step 1
|
49 |
+
Clone the repository:
|
50 |
```sh
|
51 |
git clone https://github.com/opea-project/Enterprise-Inference/
|
52 |
+
cd examples/vacaigent
|
53 |
```
|
54 |
|
55 |
#### Step 2
|
|
|
59 |
pip install -r requirements.txt
|
60 |
```
|
61 |
#### Step 3
|
62 |
+
Add Streamlit secrets. Create a `.streamlit/secrets.toml` file and update the variables below:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
|
64 |
```sh
|
65 |
SERPER_API_KEY=""
|