We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93e55c4 commit b660e10Copy full SHA for b660e10
.circleci/config.yml
@@ -20,7 +20,7 @@ jobs:
20
python -m venv venv
21
. venv/bin/activate
22
pip install -r requirements.txt
23
- curl "${medLLM_config_file_azure}"" -o .env
+ curl "${medLLM_config_file_azure}" -o .env
24
25
# Step 3: Clone BreakYourLLM repository
26
- run:
@@ -36,7 +36,7 @@ jobs:
36
37
name: Replace Configurations
38
command: |
39
- curl "${breakyourllm_config}"" -o BreakYourLLM/config/.env
+ curl "${breakyourllm_config}" -o BreakYourLLM/config/.env
40
41
# Step 5: Run main.py in BreakYourLLM
42
0 commit comments