mirror of
https://github.com/waynesutton/markdown-site.git
synced 2026-01-11 20:08:57 +00:00
feat: Multi-model AI chat and image generation in Dashboard -fix
This commit is contained in:
1
TASK.md
1
TASK.md
@@ -2,6 +2,7 @@
|
||||
|
||||
## To Do
|
||||
|
||||
- [ ] docs pages
|
||||
- [ ] fix site confg link
|
||||
- [ ] npm package
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ title: "Changelog"
|
||||
slug: "changelog"
|
||||
published: true
|
||||
order: 5
|
||||
rightSidebar: true
|
||||
rightSidebar: false
|
||||
layout: "sidebar"
|
||||
---
|
||||
|
||||
|
||||
10
convex.json
Normal file
10
convex.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"node": {
|
||||
"externalPackages": [
|
||||
"@anthropic-ai/sdk",
|
||||
"openai",
|
||||
"@google/genai",
|
||||
"@mendable/firecrawl-js"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user