Commit a5de7e1
committed
🤖 Fix token limit error test to disable auto-truncation
The existing token limit error test was failing because auto-truncation
is now enabled by default for OpenAI, preventing the expected context
errors from occurring. This commit adds disableAutoTruncation: true to
that test to preserve its original behavior.
_Generated with `cmux`_1 parent 0913b85 commit a5de7e1
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
698 | 698 | | |
699 | 699 | | |
700 | 700 | | |
| 701 | + | |
701 | 702 | | |
702 | 703 | | |
703 | 704 | | |
704 | 705 | | |
705 | 706 | | |
706 | | - | |
| 707 | + | |
| 708 | + | |
707 | 709 | | |
708 | 710 | | |
709 | 711 | | |
| |||
0 commit comments