You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/users/support/troubleshooting.md
+71Lines changed: 71 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,3 +121,74 @@ The Qwen Code uses specific exit codes to indicate the reason for termination. T
121
121
## Existing GitHub Issues similar to yours or creating new Issues
122
122
123
123
If you encounter an issue that was not covered here in this _Troubleshooting guide_, consider searching the Qwen Code [Issue tracker on GitHub](https://github.com/QwenLM/qwen-code/issues). If you can't find an issue similar to yours, consider creating a new GitHub Issue with a detailed description. Pull requests are also welcome!
This section documents a full CLI-level reproduction and validation for [PR #3212](https://github.com/QwenLM/qwen-code/pull/3212), which fixes Gemini `baseUrl` forwarding via `httpOptions`.
128
+
129
+
### What was broken
130
+
131
+
- Old behavior (`dddb56d88`): even when `modelProviders.gemini[].baseUrl` was configured, requests still went to Google's default endpoint (`generativelanguage.googleapis.com`).
132
+
- New behavior (`5c97b8e8c`): the configured `baseUrl` is forwarded and used for Gemini requests.
133
+
134
+
### Reproduction environment
135
+
136
+
- Old version commit: `dddb56d8859274fd86a304e9b13b8b7d61009dd7`
137
+
- New version commit: `5c97b8e8c21451df2d13ae274afd51deed008f9e`
0 commit comments