feat: integrate official @ai-sdk/groq provider and fix image sizing constraints in layout components

This commit is contained in:
poyrazavsever
2026-06-09 15:14:16 +03:00
parent e01ba6cc18
commit 6e80e556af
7 changed files with 41 additions and 1 deletions
+2
View File
@@ -69,6 +69,7 @@ export function AuthPageShell({
width={240}
height={64}
className="h-16 w-auto object-contain"
style={{ width: "auto" }}
priority
/>
</div>
@@ -155,6 +156,7 @@ export function AuthPageShell({
width={180}
height={56}
className="h-14 w-auto object-contain"
style={{ width: "auto" }}
priority
/>
</div>