Skip to content

Commit 8df0bbf

Browse files
committed
re-run pre-commit after automated recordings
1 parent 2541ece commit 8df0bbf

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/docs/api-openai/provider_matrix.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ inference provider, based on integration test results.
1919

2020
| Provider | Tested | Passing | Failing | Coverage |
2121
|----------|--------|---------|---------|----------|
22-
| azure | 111 | 111 | 0 | 81% |
22+
| azure | 112 | 112 | 0 | 82% |
2323
| bedrock | 27 | 27 | 0 | 20% |
2424
| ollama | 3 | 3 | 0 | 2% |
2525
| openai | 137 | 137 | 0 | 100% |
2626
| vertexai | 70 | 70 | 0 | 51% |
2727
| vllm | 3 | 3 | 0 | 2% |
28-
| watsonx | 61 | 61 | 0 | 44% |
28+
| watsonx | 62 | 62 | 0 | 45% |
2929

3030
## Provider Details
3131

@@ -147,7 +147,7 @@ Models, endpoints, and versions used during test recordings.
147147
| with top p and previous response ||||||||
148148
| with top p streaming ||||||||
149149
| with truncation and previous response ||||||||
150-
| with truncation auto | ⏭️ |||| ⏭️ || ⏭️ |
150+
| with truncation auto | |||| ⏭️ || |
151151
| with truncation disabled ||||||||
152152
| with truncation disabled streaming ||||||||
153153

tests/integration/TARGET_MODELS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ These jobs come from the `default` section of `ci_matrix.json`. They all run in
1515
| `base` | `ollama-postgres` | server client only; Postgres store |
1616
| `vision` | `ollama-vision` | `test_vision_inference.py` only |
1717
| `responses` | `gpt` | `responses` only; Responses coverage: 137/137 (100%) |
18-
| `responses` | `azure` | `responses` only; Responses coverage: 111/137 (81%) |
18+
| `responses` | `azure` | `responses` only; Responses coverage: 112/137 (82%) |
1919
| `gpt-reasoning` | `gpt-reasoning` | 2 roots; Responses coverage: 137/137 (100%) |
20-
| `responses` | `watsonx` | `responses` only; Responses coverage: 61/137 (45%) |
20+
| `responses` | `watsonx` | `responses` only; Responses coverage: 62/137 (45%) |
2121
| `responses` | `vertexai` | `responses` only; Responses coverage: 70/137 (51%) |
2222
| `bedrock-responses` | `bedrock` | 6 roots; Responses coverage: 27/137 (20%) |
2323
| `base-vllm-subset` | `vllm` | `inference` only |
@@ -76,9 +76,9 @@ This section is derived from the same replay recordings used to generate `docs/d
7676
| Provider | Tested | Passing | Coverage |
7777
|----------|--------|---------|----------|
7878
| OpenAI | 137 | 137 | 100% |
79-
| Azure | 111 | 111 | 81% |
79+
| Azure | 112 | 112 | 82% |
8080
| Vertex AI | 70 | 70 | 51% |
81-
| WatsonX | 61 | 61 | 45% |
81+
| WatsonX | 62 | 62 | 45% |
8282
| Bedrock | 27 | 27 | 20% |
8383
| Ollama | 3 | 3 | 2% |
8484
| vLLM | 3 | 3 | 2% |

0 commit comments

Comments
 (0)