docs: Example OpenAI model config missing version key (#23720)

This commit is contained in:
Peter Tripp
2025-01-27 15:17:51 +00:00
committed by GitHub
parent 9f3dbd6fa3
commit b58c994706
+2 -1
View File
@@ -186,7 +186,8 @@ The Zed Assistant comes pre-configured to use the latest version for common mode
"max_completion_tokens": 20000
}
]
}
},
"version": "1"
}
}
```