Browse Source

docs: Adds required models field to variables documentation (#1709)

Typing Turtle 6 months ago
parent
commit
0a9463541a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/web/src/content/docs/docs/config.mdx

+ 1 - 0
packages/web/src/content/docs/docs/config.mdx

@@ -317,6 +317,7 @@ Use `{env:VARIABLE_NAME}` to substitute environment variables:
   "model": "{env:OPENCODE_MODEL}",
   "provider": {
     "anthropic": {
+      "models": {},
       "options": {
         "apiKey": "{env:ANTHROPIC_API_KEY}"
       }