149 | ),
150 | }}
151 | className="text-sm overflow-hidden leading-7"
152 | >
153 | {(message.content as string) || ""}
154 | {message.content as string}
145 |19 | Where Insight Meets Innovation. Empower Your Future with Omniscient. 20 |
21 |{label}
14 |40 | {apiLimitCount} / {MAX_FREE_COUNTS} Free Generations 41 |
42 | 46 |{description}
28 |{item.name}
23 |{item.title}
24 |Omniscient is thinking...
10 |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