mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-30 18:46:58 +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";
|