mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
Clean up types
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
|
||||
onMount(() => {
|
||||
original = message.content
|
||||
defaultModel = chatSettings.model as any
|
||||
defaultModel = chatSettings.model
|
||||
})
|
||||
|
||||
const edit = () => {
|
||||
|
||||
Reference in New Issue
Block a user