Fallback to a Completions API when Sampling is not available (#1145)

This commit is contained in:
William Easton 2025-08-21 06:49:29 -05:00 committed by GitHub
commit d32a2b953e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 652 additions and 50 deletions

View file

@ -39,6 +39,7 @@ jobs:
- name: Install dependencies
run: uv sync
- name: Check lockfile is up to date
run: |
if ! uv lock --check; then