Skip to content

Commit e76e70e

Browse files
committed
Add doc
1 parent 797ce60 commit e76e70e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@
66
77
[![CI](https://github.com/emacs-openai/chatgpt/actions/workflows/test.yml/badge.svg)](https://github.com/emacs-openai/chatgpt/actions/workflows/test.yml)
88

9+
## 🔨 Usage
10+
11+
WIP
12+
13+
## 📝 Customization
14+
15+
#### 🧪 Variables
16+
17+
- `chatgpt-model` - ID of the model to use.
18+
- `chatgpt-max-tokens` - The maximum number of tokens to generate in the completion.
19+
- `chatgpt-temperature` - What sampling temperature to use.
20+
- `chatgpt-input-method` - Method to receive input.
21+
922
## 🔗 References
1023

1124
- [ChatGPT.el](https://github.com/joshcho/ChatGPT.el)

0 commit comments

Comments
 (0)