We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b58e1c commit 24d9aa3Copy full SHA for 24d9aa3
2 files changed
README.md
@@ -289,7 +289,7 @@ flowchart TD
289
290
## Credits
291
292
-Built for the **Mistral AI Worldwide Hackathon 2026**
+Built for the **Mistral AI Worldwide Hackathon 2026** — developed in 48 hours
293
294
Powered by [Voxtral Mini](https://mistral.ai/) — Mistral's native audio understanding model
295
frontend/src/components/Footer.tsx
@@ -3,7 +3,6 @@ export default function Footer() {
3
<footer className="bg-gray-900 text-gray-500 text-center py-4 text-xs space-y-1">
4
<p>Built for Mistral AI Worldwide Hackathon 2026</p>
5
<p className="text-gray-600">Powered by Voxtral</p>
6
- <p className="text-gray-600">Developed with Mistral Vibe CLI</p>
7
</footer>
8
);
9
}
0 commit comments