You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,7 @@ This will create a `.codegpt.yaml` file in your home directory ($HOME/.config/co
98
98
|**openai.proxy**| HTTP/HTTPS client proxy. |
99
99
|**openai.socks**| SOCKS client proxy. |
100
100
|**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. |
101
102
|**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). |
102
103
|**openai.temperature**| Default temperature is `1`. See reference [temperature](https://platform.openai.com/docs/api-reference/completions/create#completions/create-temperature). |
103
104
|**git.diff_unified**| Generate diffs with `<n>` lines of context, default is `3`. |
0 commit comments