Add JetBrains 配置
This commit is contained in:
parent
8161100c9d
commit
0d203d71b8
10
README.md
10
README.md
|
|
@ -15,6 +15,16 @@ VSCode 配置:
|
||||||
|
|
||||||
其中 `http://localhost:8181` 是你启动的 `override` 服务地址。
|
其中 `http://localhost:8181` 是你启动的 `override` 服务地址。
|
||||||
|
|
||||||
|
JetBrains 配置:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
## code 配置
|
||||||
|
export AGENT_DEBUG_OVERRIDE_PROXY_URL="http://127.0.0.1:8181"
|
||||||
|
## chat配置
|
||||||
|
export AGENT_DEBUG_OVERRIDE_CAPI_URL="http://127.0.0.1:8181/v1"
|
||||||
|
```
|
||||||
|
|
||||||
|
其中 `http://localhost:8181` 是你启动的 `override` 服务地址。
|
||||||
|
|
||||||
config.json 配置
|
config.json 配置
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue