Skip to content

Commit 68d7931

Browse files
Miriaddashboard
andcommitted
fix: change OpenAI to Gemini on settings integrations page
We use Gemini Flash for script generation, not OpenAI. Updated the integration name and env var check accordingly. Co-authored-by: dashboard <dashboard@miriad.systems>
1 parent ea617ff commit 68d7931

File tree

1 file changed

+2
-2
lines changed
  • app/(dashboard)/dashboard/settings

1 file changed

+2
-2
lines changed

app/(dashboard)/dashboard/settings/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ const INTEGRATIONS = [
6868
description: "AI voice generation for videos",
6969
},
7070
{
71-
name: "OpenAI",
72-
envVar: "OPENAI_API_KEY",
71+
name: "Gemini",
72+
envVar: "GEMINI_API_KEY",
7373
description: "Script generation and content AI",
7474
},
7575
{

0 commit comments

Comments
 (0)