mirror of
https://github.com/waynesutton/markdown-site.git
synced 2026-01-12 04:09:14 +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
|
## To Do
|
||||||
|
|
||||||
|
- [ ] docs pages
|
||||||
- [ ] fix site confg link
|
- [ ] fix site confg link
|
||||||
- [ ] npm package
|
- [ ] npm package
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ title: "Changelog"
|
|||||||
slug: "changelog"
|
slug: "changelog"
|
||||||
published: true
|
published: true
|
||||||
order: 5
|
order: 5
|
||||||
rightSidebar: true
|
rightSidebar: false
|
||||||
layout: "sidebar"
|
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