Skip to content

Commit 6423a62

Browse files
committed
add byok + local model stuff into waveai onboarding
1 parent bd7a376 commit 6423a62

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

frontend/app/onboarding/onboarding-features.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,14 @@ const WaveAIPage = ({ onNext, onSkip }: { onNext: () => void; onSkip: () => void
126126
</p>
127127
</div>
128128

129+
<div className="flex items-start gap-3 w-full">
130+
<i className="fa fa-key text-accent text-lg mt-1 flex-shrink-0" />
131+
<p>
132+
Bring your own API keys or run local models with Ollama, LM Studio, and other
133+
OpenAI-compatible providers
134+
</p>
135+
</div>
136+
129137
<EmojiButton emoji="🔥" isClicked={fireClicked} onClick={handleFireClick} />
130138
</div>
131139
</div>

0 commit comments

Comments
 (0)