Skip to content

Commit

Permalink
SearchQnA - fix tests script for Translation App
Browse files Browse the repository at this point in the history
Signed-off-by: Chingis Yundunov <[email protected]>
  • Loading branch information
Chingis Yundunov authored and Chingis Yundunov committed Nov 27, 2024
1 parent 55894d5 commit cee932b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SearchQnA/tests/test_compose_on_rocm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ function start_services() {
export SEARCH_FRONTEND_SERVICE_PORT=5173
export SEARCH_BACKEND_SERVICE_PORT=3008
export SEARCH_BACKEND_SERVICE_ENDPOINT=http://${SEARCH_HOST_IP}:${SEARCH_BACKEND_SERVICE_PORT}/v1/searchqna
export SEARCH_GOOGLE_API_KEY='AIzaSyA8elfT2YWgF8OzGOLDJNATchMPaInzdLg'
export SEARCH_GOOGLE_CSE_ID='a2f12a53bdfc04a8a'
export SEARCH_GOOGLE_API_KEY=${GOOGLE_API_KEY}
export SEARCH_GOOGLE_CSE_ID=${GOOGLE_CSE_ID}

sed -i "s/backend_address/$ip_address/g" $WORKPATH/ui/svelte/.env

Expand Down

0 comments on commit cee932b

Please sign in to comment.