mirror of
https://github.com/ChatGPTNextWeb/NextChat.git
synced 2026-02-07 00:22:17 +08:00
8 lines
142 B
TypeScript
8 lines
142 B
TypeScript
export * from "./types";
|
|
|
|
export * from "./locale";
|
|
|
|
export * from "./utils";
|
|
|
|
export const modelNameRequestHeader = "x-nextchat-model-name";
|