Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions app/[locale]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ import { ReactNode } from "react"
import "./globals.css"

const inter = Inter({ subsets: ["latin"] })
const APP_NAME = "Chatbot UI"
const APP_DEFAULT_TITLE = "Chatbot UI"
const APP_TITLE_TEMPLATE = "%s - Chatbot UI"
const APP_DESCRIPTION = "Chabot UI PWA!"
const APP_NAME = "GarudaGPT"
const APP_DEFAULT_TITLE = "GarudaGPT – Crop Assistant"
const APP_TITLE_TEMPLATE = "%s – GarudaGPT"
const APP_DESCRIPTION = "GarudaGPT is an AI-powered chatbot built to help farmers, agri-students, and experts with crop guidance, soil care, and pest control."

interface RootLayoutProps {
children: ReactNode
Expand All @@ -32,6 +32,9 @@ export const metadata: Metadata = {
},
description: APP_DESCRIPTION,
manifest: "/manifest.json",
icons: {
icon: "/favicon.ico"
},
appleWebApp: {
capable: true,
statusBarStyle: "black",
Expand Down
5 changes: 5 additions & 0 deletions lib/system-prompt.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export const DEFAULT_SYSTEM_PROMPT = `
You are GarudaGPT, an agricultural expert AI assistant.
You answer only crop-related questions: irrigation, pests, fertilizers, soil care, crop diseases, and cultivation practices.
Do not answer questions unrelated to agriculture. Use simple, farmer-friendly language.
`;
Binary file modified public/favicon.ico
Binary file not shown.
Binary file modified public/icon-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.