feat: implement hotel staff chat model configuration API and update localization files
This commit is contained in:
@@ -7,13 +7,13 @@ export default function ModelsPage() {
|
||||
|
||||
return (
|
||||
<section className="h-full w-full min-h-0">
|
||||
<div className="flex h-full w-full min-h-0 flex-col rounded-[16px] bg-white p-[20px] dark:bg-[#1b1b1d]">
|
||||
<div className="mb-[20px] flex items-end justify-between gap-4 border-b border-[#E5E8EE] pb-[20px] dark:border-[#2a2a2d]">
|
||||
<div className="flex min-w-0 items-end gap-[8px]">
|
||||
<span className="text-[24px] font-medium leading-[32px] text-[#171717] dark:text-gray-100">
|
||||
<div className="flex h-full w-full min-h-0 flex-col rounded-2xl bg-white p-5 dark:bg-[#1b1b1d]">
|
||||
<div className="mb-5 flex items-end justify-between gap-4 border-b border-[#E5E8EE] pb-5 dark:border-[#2a2a2d]">
|
||||
<div className="flex min-w-0 items-end gap-2">
|
||||
<span className="text-[24px] font-medium leading-8 text-[#171717] dark:text-gray-100">
|
||||
{t('models.page.title')}
|
||||
</span>
|
||||
<span className="pb-[3px] text-[12px] leading-[16px] text-[#99A0AE] dark:text-gray-500">
|
||||
<span className="pb-0.75 text-[12px] leading-4 text-[#99A0AE] dark:text-gray-500">
|
||||
{t('models.page.subtitle')}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user