Fix onboarding manual debug JSX
This commit is contained in:
parent
448e9c192b
commit
f76a7ef408
1 changed files with 17 additions and 36 deletions
|
|
@ -1039,25 +1039,6 @@ export function OnboardingWizard() {
|
||||||
{adapterType === "cursor" ||
|
{adapterType === "cursor" ||
|
||||||
adapterType === "codex_local" ||
|
adapterType === "codex_local" ||
|
||||||
adapterType === "gemini_local" ||
|
adapterType === "gemini_local" ||
|
||||||
adapterType === "opencode_local" ? (
|
|
||||||
<p className="text-muted-foreground">
|
|
||||||
If auth fails, set{" "}
|
|
||||||
<span className="font-mono">
|
|
||||||
{adapterType === "cursor"
|
|
||||||
? "CURSOR_API_KEY"
|
|
||||||
: adapterType === "gemini_local"
|
|
||||||
? "GEMINI_API_KEY"
|
|
||||||
: "OPENAI_API_KEY"}
|
|
||||||
</span>{" "}
|
|
||||||
in
|
|
||||||
env or run{" "}
|
|
||||||
<span className="font-mono">
|
|
||||||
Respond with hello.
|
|
||||||
</span>
|
|
||||||
</p>
|
|
||||||
{adapterType === "cursor" ||
|
|
||||||
adapterType === "codex_local" ||
|
|
||||||
adapterType === "gemini_local" ||
|
|
||||||
adapterType === "opencode_local" ? (
|
adapterType === "opencode_local" ? (
|
||||||
<p className="text-muted-foreground">
|
<p className="text-muted-foreground">
|
||||||
If auth fails, set{" "}
|
If auth fails, set{" "}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue