Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ai chat #146

Merged
merged 14 commits into from
Mar 1, 2024
Prev Previous commit
Next Next commit
fix ai chat design
rubenmarcus committed Feb 29, 2024
commit d711e1a25757ab878080e7d0546a648141d8c828
7 changes: 5 additions & 2 deletions ai-chat/src/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -5,8 +5,11 @@ import './globals.css'
const inter = Inter({ subsets: ['latin'] })

export const metadata: Metadata = {
title: 'Create Next App',
description: 'Generated by create next app',
title: 'AI Chat - Mintbase Templates',
description: 'AI-Chat is a Next.js project that provides a chat interface with AI capabilities. It uses the Mintbase Wallet for user authentication and the OpenAI GPT-4 model for generating chat responses.',
openGraph: {
images: [ 'https://i.imgur.com/uIIL4tt.png']
}
}

export default function RootLayout({