mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 03:26:38 +08:00
text export as default
This commit is contained in:
parent
741f727628
commit
2c8e112c87
@ -146,7 +146,7 @@ export function MessageExporter() {
|
||||
type ExportFormat = (typeof formats)[number];
|
||||
|
||||
const [exportConfig, setExportConfig] = useState({
|
||||
format: "image" as ExportFormat,
|
||||
format: "text" as ExportFormat,
|
||||
includeContext: true,
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user