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

This commit is contained in:
Typing Turtle
2025-08-08 16:57:31 -04:00
committed by GitHub
parent fe26b4a7b1
commit 0a9463541a

View File

@@ -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}"
}