Commit graph

2 commits

Author SHA1 Message Date
github-actions[bot]
38b8d60f35 Recordings update from CI (suite: base) 2025-10-31 00:41:27 +00:00
Luis Tomas Bolivar
f18b5eb537
fix: Avoid BadRequestError due to invalid max_tokens (#3667)
This patch ensures if max tokens is not defined, then is set to None
instead of 0 when calling openai_chat_completion. This way some
providers (like gemini) that cannot handle the `max_tokens = 0` will not
fail

Issue: #3666
2025-10-27 09:27:21 -07:00