Skip to content

Commit

Permalink
feat(roadmap): Agents completed
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRahemtola committed Nov 27, 2024
1 parent 4816a5f commit 5242e72
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/pages/Home/RoadmapSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const roadmap: RoadmapSection[] = [
{
title: "Q3",
features: [
{ name: "Agents pre-version", status: "in_progress" },
{ name: "Agents pre-version", status: "completed" },
{ name: "Speech to text", status: "todo" },
{ name: "Image input on LLMs", status: "todo" },
],
Expand Down
10 changes: 5 additions & 5 deletions src/pages/Home/TheresMoreSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ const cards: FeatureCard[] = [
image: KnowledgeBasesImage,
live: true,
},
{
title: "Agents",
image: AgentsImage,
live: true,
},
{
title: "Voice Transcription",
image: VoiceTranscriptionImage,
Expand All @@ -41,11 +46,6 @@ const cards: FeatureCard[] = [
image: MultiModalInference,
live: false,
},
{
title: "Agents",
image: AgentsImage,
live: false,
},
];
</script>

Expand Down

0 comments on commit 5242e72

Please sign in to comment.