Skip to content

Commit 18b4f39

Browse files
rbrugaroyinghu5
andauthored
README fixes Finance Example (#1882)
Signed-off-by: Rita Brugarolas <rita.brugarolas.brufau@intel.com> Co-authored-by: Ying Hu <ying.hu@intel.com>
1 parent ef9290f commit 18b4f39

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

FinanceAgent/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ git clone https://github.com/opea-project/GenAIExamples.git
4444
### 2.2 Set up env vars
4545

4646
```bash
47+
export ip_address="External_Public_IP"
48+
export no_proxy=${your_no_proxy},${ip_address}
4749
export HF_CACHE_DIR=/path/to/your/model/cache/
4850
export HF_TOKEN=<you-hf-token>
4951
export FINNHUB_API_KEY=<your-finnhub-api-key> # go to https://finnhub.io/ to get your free api key
@@ -100,8 +102,8 @@ bash launch_dataprep.sh
100102
Validate datat ingest data and retrieval from database:
101103

102104
```bash
103-
python $WORKPATH/tests/test_redis_finance.py --port 6007 --test_option ingest
104-
python $WORKPATH/tests/test_redis_finance.py --port 6007 --test_option get
105+
python $WORKDIR/GenAIExamples/FinanceAgent/tests/test_redis_finance.py --port 6007 --test_option ingest
106+
python $WORKDIR/GenAIExamples/FinanceAgent/tests/test_redis_finance.py --port 6007 --test_option get
105107
```
106108

107109
### 3.3 Launch the multi-agent system

0 commit comments

Comments
 (0)