-
-
Notifications
You must be signed in to change notification settings - Fork 609
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding example projects #1564
base: main
Are you sure you want to change the base?
Adding example projects #1564
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -378,6 +378,10 @@ | |
} | ||
] | ||
}, | ||
{ | ||
"group": "Example projects", | ||
"pages": ["guides/examples/fal-ai-image-to-cartoon", "guides/examples/fal-ai-realtime"] | ||
}, | ||
Comment on lines
+381
to
+384
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove duplicate entries from "Example tasks" section The files "fal-ai-image-to-cartoon" and "fal-ai-realtime" appear in both "Example projects" and "Example tasks" sections. They should only appear in "Example projects" since they've been reclassified. {
"group": "Example tasks",
"pages": [
"guides/examples/dall-e3-generate-image",
"guides/examples/deepgram-transcribe-audio",
- "guides/examples/fal-ai-image-to-cartoon",
- "guides/examples/fal-ai-realtime",
"guides/examples/ffmpeg-video-processing",
"guides/examples/firecrawl-url-crawl",
|
||
{ | ||
"group": "Example tasks", | ||
"pages": [ | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codebase verification
Tech stack should specify minimum version requirements
Based on the package.json from the reference implementation, here are the minimum version requirements that should be added:
🔗 Analysis chain
Tech stack section needs version requirements
The tech stack section should specify minimum version requirements for critical dependencies.
Let's check the package.json in the demo repo for version requirements:
🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
Length of output: 220
Script:
Length of output: 62589
Script:
Length of output: 827
Script:
Length of output: 810