mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-11 08:12:38 +02:00
fix onboarding tip
This commit is contained in:
parent
a1e4002533
commit
cc176898df
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ export function LlmSetupStep({ state }: LlmSetupStepProps) {
|
||||||
<Lightbulb className="size-5 text-primary shrink-0 mt-0.5" />
|
<Lightbulb className="size-5 text-primary shrink-0 mt-0.5" />
|
||||||
<div className="flex-1 min-w-0">
|
<div className="flex-1 min-w-0">
|
||||||
<p className="text-sm text-foreground">
|
<p className="text-sm text-foreground">
|
||||||
<span className="font-medium">Tip:</span> Sign in with Rowboat for instant access to leading models. No API keys needed.
|
<span className="font-medium">Tip:</span> Hosted models recommended. Locally run LLMs can struggle with Rowboat's parallel background agents. Bring your own API keys below, or sign in for instant access.
|
||||||
</p>
|
</p>
|
||||||
<button
|
<button
|
||||||
onClick={handleSwitchToRowboat}
|
onClick={handleSwitchToRowboat}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue