feat: Multi-model AI chat and image generation in Dashboard -fix

This commit is contained in:
Wayne Sutton
2026-01-01 22:21:04 -08:00
parent a9f56d9c04
commit a3897f92c5
3 changed files with 12 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
## To Do
- [ ] docs pages
- [ ] fix site confg link
- [ ] npm package

View File

@@ -3,7 +3,7 @@ title: "Changelog"
slug: "changelog"
published: true
order: 5
rightSidebar: true
rightSidebar: false
layout: "sidebar"
---

10
convex.json Normal file
View File

@@ -0,0 +1,10 @@
{
"node": {
"externalPackages": [
"@anthropic-ai/sdk",
"openai",
"@google/genai",
"@mendable/firecrawl-js"
]
}
}