rename openchat branding to chatbot on demo (#1421)
This commit is contained in:
parent
72597d6f68
commit
e7ef7d8f9c
22 changed files with 161 additions and 127 deletions
|
|
@ -18,7 +18,9 @@ export function useChatVisibility({
|
|||
initialVisibilityType: VisibilityType;
|
||||
}) {
|
||||
const { mutate, cache } = useSWRConfig();
|
||||
const history: ChatHistory = cache.get(`${process.env.NEXT_PUBLIC_BASE_PATH ?? ""}/api/history`)?.data;
|
||||
const history: ChatHistory = cache.get(
|
||||
`${process.env.NEXT_PUBLIC_BASE_PATH ?? ""}/api/history`
|
||||
)?.data;
|
||||
|
||||
const { data: localVisibility, mutate: setLocalVisibility } = useSWR(
|
||||
`${chatId}-visibility`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue