Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions app/components/InitialLoad.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ export const InitialLoad = ({ fn }: { fn: () => void }) => {
<h2 className="font-favorit mt-2 block font-bold text-xl text-gray-100">
Welcome to Deepgram&apos;s
<br />
AI Agent Demo.
AI Agent Tech Demo.
</h2>
<div className="flex justify-center mt-4">
<ul className="list-disc list-inside marker:text-[#13EF93]">
<li className="text-center">Nova-2 Speech-to-Text</li>
<li className="text-center">OpenAI GPT-3.5 Turbo</li>
<li className="text-center">Aura Text-to-Speech</li>
</ul>
</div>
Expand All @@ -30,7 +31,7 @@ export const InitialLoad = ({ fn }: { fn: () => void }) => {
</span>
<span className="mt-4 block text-sm text-gray-100/70">
<Headphones /> For optimal enjoyment, we recommend using headphones
while using this application.
while using this application. Minor bugs and annoyances may appear while using this demo. Pull requests are welcome.
</span>
</button>
</div>
Expand Down