Commit 04dcfdc
fix(openai_api_compatible): add support for Zhipu AI thinking mode fo… (#2363)
* fix(openai_api_compatible): add support for Zhipu AI thinking mode format
- Add top-level thinking parameter support for Zhipu API compatibility
- Support both enabled and disabled thinking modes via {type: 'enabled'/'disabled'} format
- Maintain backward compatibility with vLLM/SGLang chat_template_kwargs format
- Bump version from 0.0.28 to 0.0.29
* Apply suggestions from code review
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
---------
Co-authored-by: DeiuDesHommies <[email protected]>
Co-authored-by: crazywoola <[email protected]>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>1 parent 85054e7 commit 04dcfdc
2 files changed
+11
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
191 | | - | |
192 | | - | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
193 | 200 | | |
194 | 201 | | |
195 | 202 | | |
| |||
0 commit comments