179 | ),
180 | }}
181 | className="text-sm overflow-hidden leading-7"
182 | >
183 | {message.content || ""}
184 | {message.content}
175 |23 | Chat with the smartest AI - Experience the power of AI 24 |
25 |24 | Use the links bellow to see some magic 25 |
26 |{label}
19 |{description}
37 |15 | The magician is working his magic... 16 |
17 |44 | {apiLimitCount} / {MAX_FREE_COUNTS} Free Generations 45 |
46 | 50 |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