Skip to content

Commit

Permalink
chore(docs): update docs with stream config param
Browse files Browse the repository at this point in the history
  • Loading branch information
tbckr committed Nov 27, 2023
1 parent 463fa8b commit ff69046
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Configuration

SGPT can be configured via a config file in your default config directory. The default config directory
is `~/.config/sgpt/` on Linux, `~/Library/Application Support/sgpt/` on MacOS and `%APPDATA%/sgpt/` on Windows. The config file is named `config.yaml`.
is `~/.config/sgpt/` on Linux, `~/Library/Application Support/sgpt/` on macOS and `%APPDATA%/sgpt/` on Windows. The
config file is named `config.yaml`.

The config file is a YAML file with the following structure:

```yaml
stream: false
maxTokens: 2048
model: "gpt-4"
temperature: "1"
Expand Down

0 comments on commit ff69046

Please sign in to comment.