From 61903f7a7b82f0ef6f95fa4d24cb2eca04abc5ba Mon Sep 17 00:00:00 2001 From: debugerlol Date: Fri, 17 May 2024 09:38:05 +0800 Subject: [PATCH] =?UTF-8?q?Add=20JetBrains=20=E9=85=8D=E7=BD=AE=20(#9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add JetBrains 配置 * Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 95e98a1..71597ce 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,16 @@ VSCode 配置: 其中 `http://localhost:8181` 是你启动的 `override` 服务地址。 +JetBrains 配置: +请在自己的.zshrc/.bashrc文件中配置好环境变量参数,然后重启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 配置