File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ interactable commands you can use, and those are mostly examples.*
2424 - [ 📨 Sending Request] ( #📨-sending-request )
2525 - [ 📢 API functions] ( #📢-api-functions )
2626 - [ 🔍 Parameters] ( #🔍-parameters )
27+ - [ 🖥 Setting Model] ( #🖥-setting-model )
2728- [ 🔗 References] ( #🔗-references )
2829- [ Contribute] ( #contribute )
2930
@@ -115,6 +116,18 @@ The function's parameters are followed in this order:
115116 :max-tokens 4069) ; optional
116117```
117118
119+ ## 🖥 Setting Model
120+
121+ Every type of request has a default ` model ` , and we hope this benefits the users
122+ to not worry about what model to use for their request! However, if you want to
123+ use other models, you can use the keyword ` :model ` to replace them!
124+
125+ ``` elisp
126+ (openai-completion ...
127+ ...
128+ :model "text-davinci-003") ; replace the default model
129+ ```
130+
118131## 🔗 References
119132
120133- [ CodeGPT] ( https://marketplace.visualstudio.com/items?itemName=timkmecl.codegpt3 )
You can’t perform that action at this time.
0 commit comments