Skip to content

Commit 62f6771

Browse files
Merge branch 'main' into log_dir
2 parents 2f65245 + fbf550d commit 62f6771

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/smoketest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
- name: Run tests
5454
env:
55-
AI_API_ENDPOINT: ${{ secrets.AI_API_ENDPOINT }}
55+
AI_API_TOKEN: ${{ secrets.AI_API_TOKEN }}
5656
GITHUB_AUTH_HEADER: "Bearer ${{ secrets.GITHUB_TOKEN }}"
5757

5858
run: |

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ Python >= 3.9 or Docker
3636

3737
## Configuration
3838

39-
Provide a GitHub token for an account that is entitled to use [GitHub Models](https://models.github.ai) via the `AI_API_ENDPOINT` environment variable. Further configuration is use case dependent, i.e. pending which MCP servers you'd like to use in your taskflows.
39+
Provide a GitHub token for an account that is entitled to use [GitHub Models](https://models.github.ai) via the `AI_API_TOKEN` environment variable. Further configuration is use case dependent, i.e. pending which MCP servers you'd like to use in your taskflows.
4040

4141
You can set persisting environment variables via an `.env` file in the project root.
4242

4343
Example:
4444

4545
```sh
4646
# Tokens
47-
AI_API_ENDPOINT=<your_github_token>
47+
AI_API_TOKEN=<your_github_token>
4848
# MCP configs
4949
GITHUB_PERSONAL_ACCESS_TOKEN=<your_github_token>
5050
CODEQL_DBS_BASE_PATH="/app/my_data/codeql_databases"

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ dependencies = [
106106
"ujson==5.10.0",
107107
"urllib3==2.5.0",
108108
"uvicorn==0.35.0",
109-
"Werkzeug==3.1.1",
110109
"zipp==3.23.0",
111110
]
112111

0 commit comments

Comments
 (0)