File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
4749export HF_CACHE_DIR=/path/to/your/model/cache/
4850export HF_TOKEN=< you-hf-token>
4951export 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
100102Validate 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
You can’t perform that action at this time.
0 commit comments