Skip to content

Commit

Permalink
update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pythops committed Feb 2, 2024
1 parent d0998b3 commit 3f6940c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Tenere can be configured using a TOML configuration file. The file should be loc
Here are the available general settings:

- `archive_file_name`: the file name where the chat will be saved. By default it is set to `tenere.archive`
- `model`: the llm model name. Possible values are:
- `llm`: the llm model name. Possible values are:
- `chatgpt`
- `llamacpp`
- `ollama`
Expand All @@ -103,7 +103,8 @@ new_chat = 'n'
save_chat = 's'
```

> [!NOTE]
ℹ️ Note

> To avoid overlapping with vim key bindings, you need to use `ctrl` + `key` except for help `?`.
## Chatgpt
Expand Down

0 comments on commit 3f6940c

Please sign in to comment.