Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ced1fa7ffd | |||
| 6b615c77d5 |
@@ -19,6 +19,7 @@ jobs:
|
|||||||
- run: go build -o review-bot ./cmd/review-bot
|
- run: go build -o review-bot ./cmd/review-bot
|
||||||
|
|
||||||
# Self-review: builds from source since we're pre-release
|
# Self-review: builds from source since we're pre-release
|
||||||
|
# Models configured to match SAP AI Core deployments
|
||||||
review:
|
review:
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
if: github.event_name == 'pull_request'
|
if: github.event_name == 'pull_request'
|
||||||
@@ -26,9 +27,11 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
# Only gpt-5 is deployed on SAP AI Core currently
|
- name: sonnet
|
||||||
# Other models (gpt-4.1, gpt-4.1-mini, gpt-5-mini, claude-sonnet-4-6)
|
token_secret: SONNET_REVIEW_TOKEN
|
||||||
# fail with "no deployment found" errors
|
provider: anthropic
|
||||||
|
llm_path: /anthropic/v1
|
||||||
|
model: anthropic--claude-4.6-sonnet
|
||||||
- name: gpt
|
- name: gpt
|
||||||
token_secret: GPT_REVIEW_TOKEN
|
token_secret: GPT_REVIEW_TOKEN
|
||||||
provider: openai
|
provider: openai
|
||||||
|
|||||||
Reference in New Issue
Block a user