DragonFSKY
DragonFSKY
在命令行可以看到一直在缓存 可能是文件太多了
> hey! are you proposing we let people use their own api keys? and then let them only use gpt-4? Yes, I'd like to use Chatgpt-Proxy-v4 with chatgpt-4 to get...
Hi @skerit, A fix has been submitted in PR #347. **Root cause**: When `DEFAULT_MODEL=auto` and only `CUSTOM_API_URL` is configured, the server would skip the custom provider (if the model wasn't...
## Update: Complete Fix in PR #347 The fix has been expanded to also address the related issue #327. ### Root Cause Analysis Both issues share the same root cause:...
Hi @officiallymarky, A fix has been submitted in PR #347. **Root cause**: Tools like `listmodels` create their own `CustomEndpointModelRegistry` instances, which didn't include your `CUSTOM_MODEL_NAME`. They only showed models from...
## Update: Complete Fix in PR #347 This issue is now fixed together with the related issue #344. ### Why You Saw Wrong Models You configured: ``` CUSTOM_API_URL=http://10.75.54.131:8080/v1 CUSTOM_MODEL_NAME=model ```...
Hi @alexgulbrandsen, This issue has been fixed in version **9.1.3** (released 2025-10-22). **Root cause**: The `--telemetry false` argument was removed in Gemini CLI 0.11+, causing the clink tool to fail....
/gemini review This PR addresses all previous code review feedback: - ✅ CRITICAL: Text file error handling bug fixed - ✅ HIGH: Code duplication eliminated (281 lines removed) - ✅...