Skip to content

Commit

Permalink
Revert GH debug mode, fix API version for image summary in e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dividor committed Jul 11, 2024
1 parent 5185958 commit 0653fc5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
--build-arg CHAT_URL=$CHAT_URL \
--build-arg OPENAI_API_ENDPOINT=$OPENAI_API_ENDPOINT \
--no-cache -t promptflow -f ./flows/chainlit-ui-evaluation/Dockerfile .
docker run --env RECIPES_MODEL_MAX_TOKENS=${RECIPES_MODEL_MAX_TOKENS} \
--env RECIPES_MODEL_TEMP=${RECIPES_MODEL_TEMP} \
--env RECIPES_OPENAI_API_TYPE=${ASSISTANTS_API_TYPE} \
Expand Down Expand Up @@ -135,9 +135,9 @@ jobs:
#- name: DEBUG - Setup upterm session
# uses: lhotari/action-upterm@v1

- name: DEBUG - Run Selenium outside of promptflow
run: |
docker exec promptflow python call_assistant.py
#- name: DEBUG - Run Selenium outside of promptflow
# run: |
# docker exec promptflow python call_assistant.py

- name: Run tests
run: |
Expand Down

0 comments on commit 0653fc5

Please sign in to comment.