move chatbox.tsx to pages/
This commit is contained in:
@@ -4,7 +4,7 @@ import "@/global.css";
|
||||
|
||||
import { calculate_token_length } from "@/chatgpt";
|
||||
import { getDefaultParams } from "@/utils/getDefaultParam";
|
||||
import ChatBOX from "@/chatbox";
|
||||
import ChatBOX from "@/pages/chatbox";
|
||||
import { DefaultModel } from "@/const";
|
||||
import { Tr, langCodeContext, LANG_OPTIONS } from "@/translate";
|
||||
import { ChatStore } from "@/types/chatstore";
|
||||
|
||||
1314
src/pages/chatbox.tsx
Normal file
1314
src/pages/chatbox.tsx
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user