140 | )
141 | }} className="text-sm overflow-hidden leading-7">
142 | {message.content || ""}
143 | 129 | {message.content} 130 |
131 |21 | Chat with the smartest AI - Experience the power of AI 22 |
23 |39 | {apiLimitCount} / {MAX_FREE_COUNTS} Free Generations 40 |
41 | 42 |29 | {description} 30 |
31 |33 | 34 | {item.name} 35 | 36 |
37 |{item.title}
38 |14 | Genius is thinking... 15 |
16 |17 | {label} 18 |
19 |161 | {body} 162 |
163 | ) 164 | }) 165 | FormMessage.displayName = "FormMessage" 166 | 167 | export { 168 | useFormField, 169 | Form, 170 | FormItem, 171 | FormLabel, 172 | FormControl, 173 | FormDescription, 174 | FormMessage, 175 | FormField, 176 | } 177 | -------------------------------------------------------------------------------- /components/ui/input.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react" 2 | 3 | import { cn } from "@/lib/utils" 4 | 5 | export interface InputProps 6 | extends React.InputHTMLAttributes