File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ git clone https://github.com/opea-project/GenAIExamples.git
44
44
### 2.2 Set up env vars
45
45
46
46
``` bash
47
+ export ip_address=" External_Public_IP"
48
+ export no_proxy=${your_no_proxy} ,${ip_address}
47
49
export HF_CACHE_DIR=/path/to/your/model/cache/
48
50
export HF_TOKEN=< you-hf-token>
49
51
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
100
102
Validate datat ingest data and retrieval from database:
101
103
102
104
``` 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
105
107
```
106
108
107
109
### 3.3 Launch the multi-agent system
You can’t perform that action at this time.
0 commit comments