Skip to content

Commit

Permalink
More
Browse files Browse the repository at this point in the history
  • Loading branch information
aamini7 committed Sep 10, 2024
1 parent 2a42c9c commit abec5a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scenarios/PostgresRagLlmDemo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ export PGHOST="${POSTGRES_SERVER_NAME}.postgres.database.azure.com"
export PGUSER="dbadmin$RANDOM_ID"
export PGPORT=5432
export PGDATABASE="azure-ai-demo"
export PGPASSWORD="$(openssl rand -base64 32)"
export PGPASSWORD="O+XjThk+L61WoEX6CU3/sB0iJNxZsYJCwAxghoMGlq0="

ENDPOINT=$(az cognitiveservices account show --name $OPEN_AI_SERVICE_NAME --resource-group $RG_NAME | jq -r .properties.endpoint)
API_KEY=$(az cognitiveservices account keys list --name $OPEN_AI_SERVICE_NAME --resource-group $RG_NAME | jq -r .key1)
export ENDPOINT=$(az cognitiveservices account show --name $OPEN_AI_SERVICE_NAME --resource-group $RG_NAME | jq -r .properties.endpoint)
export API_KEY=$(az cognitiveservices account keys list --name $OPEN_AI_SERVICE_NAME --resource-group $RG_NAME | jq -r .key1)

cd ~/scenarios/PostgresRagLlmDemo
pip install -r requirements.txt
Expand Down

0 comments on commit abec5a5

Please sign in to comment.