Skip to content

Commit

Permalink
Document --save option.
Browse files Browse the repository at this point in the history
  • Loading branch information
yaph committed Dec 19, 2024
1 parent 5cf0c42 commit 1c44f6c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ charla settings --location

You can also store settings in the current working directory in a file named `.charla.json`. The settings in this local override the user config settings.

To save the current settings to a `.charla.json` file in the current directory, use the `--save` argument:

```console
charla settings --save
```

Example settings for using OpenAI's GPT-4o model and the GitHub Models service by default.

```json
Expand Down Expand Up @@ -124,7 +130,7 @@ python -m charla.cli
Installed models:

```console
curl http://localhost:11434/api/tags
curl http://localhost:11434/api/tags | python -m json.tool
```

Model info:
Expand Down

0 comments on commit 1c44f6c

Please sign in to comment.