fix(responses): fixes, re-record tests and enable CI for responses

This commit is contained in:
Ashwin Bharambe 2025-10-15 14:50:25 -07:00
parent 8e7e0ddfec
commit 212afa07f7
13 changed files with 8925 additions and 2 deletions

View file

@ -61,7 +61,7 @@ jobs:
&& fromJSON('[{"setup": "vllm", "suite": "base"}]')
|| github.event.inputs.test-setup == 'ollama-vision'
&& fromJSON('[{"setup": "ollama-vision", "suite": "vision"}]')
|| fromJSON('[{"setup": "ollama", "suite": "base"}, {"setup": "ollama-vision", "suite": "vision"}]')
|| fromJSON('[{"setup": "ollama", "suite": "base"}, {"setup": "ollama-vision", "suite": "vision"}, {"setup": "gpt", "suite": "responses"}]')
}}
steps: