We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 797ce60 commit e76e70eCopy full SHA for e76e70e
README.md
@@ -6,6 +6,19 @@
6
7
[](https://github.com/emacs-openai/chatgpt/actions/workflows/test.yml)
8
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
22
## 🔗 References
23
24
- [ChatGPT.el](https://github.com/joshcho/ChatGPT.el)
0 commit comments