配置代理使用cursor的opus模型(存档用)

0 阅读1分钟

系统代理

image.png

cursor代理

image.png

cursor setting.json配置

{
    "http.proxy": "http://127.0.0.1:10810",
    "http.proxyStrictSSL": false,
    "http.proxySupport": "override",
    "cursor.general.disableHttp2": true,
    "workbench.settings.applyToAllProfiles": [

    ],
    "http.proxyAuthorization": null
}