File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,12 +100,11 @@ jobs:
100100 skill : ${{ fromJson(needs.discover.outputs.skills) }}
101101 os : [Linux, Windows]
102102 env :
103- # The CLI authenticates from this key and targets AMD's internal LLM
104- # gateway.
105103 ANTHROPIC_API_KEY : ${{ secrets.ORCHESTR_API_KEY }}
106- ANTHROPIC_BASE_URL : https://llm-api.amd.com
107- # The gateway identifies the calling user via a custom header.
108- ANTHROPIC_CUSTOM_HEADERS : " x-user: a1_ucicd"
104+ ANTHROPIC_BASE_URL : https://llm-api.amd.com/Anthropic
105+ ANTHROPIC_CUSTOM_HEADERS : |
106+ Ocp-Apim-Subscription-Key: ${{ secrets.ORCHESTR_API_KEY }}
107+ user: a1_ucicd
109108 # Lets the harness default to this skill if a test relies on the env.
110109 BEHAVIORAL_SKILL : ${{ matrix.skill }}
111110 # Cost cap: sonnet only. The harness also enforces this under CI.
You can’t perform that action at this time.
0 commit comments