请问这个使用cliproxyapi 这种team 账号聚合项目后,接入自定义url 后,如何调整模型的思考强度 #6227

Open
opened 2026-02-16 18:01:57 -05:00 by yindo · 0 comments
Owner

Originally created by @yantianqi1 on GitHub (Jan 15, 2026).

Originally assigned to: @adamdotdevin on GitHub.

Question

我在 mac 客户端根目录配置文件内创建了opencode.json 文件,配置了从cliproxyapi 接出来的模型,也设置了

      "models": {  
        "gpt-5.2-codex": {  
          "name": "gpt-5.2-codex",  
          "options": {  
            "temperature": 0.3,  
            "reasoningEffort": "medium"  
          },  
          "variants": {  
            "low": {  
              "temperature": 0.1,  
              "reasoningEffort": "low"  
            },  
            "medium": {  
              "temperature": 0.3,  
              "reasoningEffort": "medium"  
            },  
            "high": {  
              "temperature": 0.5,  
              "reasoningEffort": "high"  
            }  
          }  
        },  

这样的参数,但是在客户端使用模型,貌似还是没有思考,直接就出内容了。

Originally created by @yantianqi1 on GitHub (Jan 15, 2026). Originally assigned to: @adamdotdevin on GitHub. ### Question 我在 mac 客户端根目录配置文件内创建了opencode.json 文件,配置了从cliproxyapi 接出来的模型,也设置了 ``` "models": { "gpt-5.2-codex": { "name": "gpt-5.2-codex", "options": { "temperature": 0.3, "reasoningEffort": "medium" }, "variants": { "low": { "temperature": 0.1, "reasoningEffort": "low" }, "medium": { "temperature": 0.3, "reasoningEffort": "medium" }, "high": { "temperature": 0.5, "reasoningEffort": "high" } } }, ``` 这样的参数,但是在客户端使用模型,貌似还是没有思考,直接就出内容了。
yindo added the web label 2026-02-16 18:01:57 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#6227