Skip to content

Commit eb0d23a

Browse files
Update Cody faq page.
1 parent dc639a3 commit eb0d23a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/cody/faq.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@ Yes, it's possible to set separate token usage for API but only for completions
145145

146146
maxOutputTokens: Specifies the maximum number of tokens allowed in the response
147147

148-
Also, remove the below setting in the site configuration under the model configuration.
148+
Also, you need to set the "capabilities" list as empty in the model configuration.
149149

150-
"capabilities": ["autocomplete", "chat"]
150+
"capabilities": []
151151

152152

153153
## OpenAI o1

0 commit comments

Comments
 (0)