Skip to content

Commit d41079e

Browse files
authored
docs: update README to include information about skip_verify (#230)
1 parent 97c3a6d commit d41079e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ This will create a `.codegpt.yaml` file in your home directory ($HOME/.config/co
9898
| **openai.proxy** | HTTP/HTTPS client proxy. |
9999
| **openai.socks** | SOCKS client proxy. |
100100
| **openai.timeout** | Default HTTP timeout is `10s` (ten seconds). |
101+
| **openai.skip_verify** | Default skip_verify is `false`, You can change it to `true` to ignore SSL verification. |
101102
| **openai.max_tokens** | Default max tokens is `300`. See reference [max_tokens](https://platform.openai.com/docs/api-reference/completions/create#completions/create-max_tokens). |
102103
| **openai.temperature** | Default temperature is `1`. See reference [temperature](https://platform.openai.com/docs/api-reference/completions/create#completions/create-temperature). |
103104
| **git.diff_unified** | Generate diffs with `<n>` lines of context, default is `3`. |

README.zh-cn.md

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ codegpt config set openai.api_key sk-xxxxxxx
9292
| **openai.proxy** | HTTP/HTTPS 客户端代理。 |
9393
| **openai.socks** | SOCKS 客户端代理。 |
9494
| **openai.timeout** | 默认 HTTP 超时时间是 `10s`(十秒)。 |
95+
| **openai.skip_verify** | 默认skip_verify 设置为 `false`,可以将其更改为 `true` 以忽略 SSL 验证。 |
9596
| **openai.max_tokens** | 默认最大 token 数是 `300`。参见参考 [max_tokens](https://platform.openai.com/docs/api-reference/completions/create#completions/create-max_tokens)|
9697
| **openai.temperature** | 默认温度是 `1`。参见参考 [temperature](https://platform.openai.com/docs/api-reference/completions/create#completions/create-temperature)|
9798
| **git.diff_unified** | 生成具有 `<n>` 行上下文的差异,默认是 `3`|

README.zh-tw.md

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ codegpt config set openai.api_key sk-xxxxxxx
9898
| **openai.proxy** | HTTP/HTTPS 客戶端代理。 |
9999
| **openai.socks** | SOCKS 客戶端代理。 |
100100
| **openai.timeout** | 默認 HTTP 超時為 `10s`(十秒)。 |
101+
| **openai.skip_verify** | 默認 skip_verify 是 `false` 你可以改為 `true` 以忽略SSL驗證。 |
101102
| **openai.max_tokens** | 默認最大 token 為 `300`。請參閱參考 [max_tokens](https://platform.openai.com/docs/api-reference/completions/create#completions/create-max_tokens)|
102103
| **openai.temperature** | 默認溫度為 `1`。請參閱參考 [temperature](https://platform.openai.com/docs/api-reference/completions/create#completions/create-temperature)|
103104
| **git.diff_unified** | 生成具有 `<n>` 行上下文的差異,默認為 `3`|

0 commit comments

Comments
 (0)