Skip to content
Snippets Groups Projects
Commit 5865c855 authored by thucpn's avatar thucpn
Browse files

refactor: utils

parent 66f4a716
No related branches found
No related tags found
No related merge requests found
"use client";
import { ChatSection } from "@llamaindex/chat-ui";
import { useChat } from "ai/react";
import { getConfig } from "./env";
import { getConfig } from "./utils";
export default function Page() {
const handler = useChat({ api: getConfig("CHAT_API") });
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment