Commit 20a1327
committed
Skip JSON mode tests for OpenAI models due to 500 errors
JSON mode requests with OpenAI models on OCI currently return 500 Internal
Server Error from the OCI API. Skip these tests for OpenAI models until this
can be investigated further (may be model limitation or OCI API issue).
Tests affected:
- test_structured_output_json_mode
- test_response_format_json_object
These tests pass successfully with Meta Llama models.1 parent d74b49a commit 20a1327
File tree
1 file changed
+10
-0
lines changed- libs/oci/tests/integration_tests/chat_models
1 file changed
+10
-0
lines changedLines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
228 | 233 | | |
229 | 234 | | |
230 | 235 | | |
| |||
257 | 262 | | |
258 | 263 | | |
259 | 264 | | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
260 | 270 | | |
261 | 271 | | |
262 | 272 | | |
| |||
0 commit comments