diff options
author | Ty Dunn <ty@tydunn.com> | 2023-06-21 15:28:37 -0700 |
---|---|---|
committer | Ty Dunn <ty@tydunn.com> | 2023-06-21 15:28:37 -0700 |
commit | a1f9bfd25c2df807ccc49be67b0bc0e57321c272 (patch) | |
tree | 8da2b1049ca1b5f68c6f6379f0f5b35d1fb6d86a /extension/react-app/src/hooks | |
parent | 6c08e6d5befb0729b5020e93a60fbbe381347b7d (diff) | |
download | sncontinue-a1f9bfd25c2df807ccc49be67b0bc0e57321c272.tar.gz sncontinue-a1f9bfd25c2df807ccc49be67b0bc0e57321c272.tar.bz2 sncontinue-a1f9bfd25c2df807ccc49be67b0bc0e57321c272.zip |
Revert "initial ideas"
This reverts commit 6c08e6d5befb0729b5020e93a60fbbe381347b7d.
Diffstat (limited to 'extension/react-app/src/hooks')
-rw-r--r-- | extension/react-app/src/hooks/useContinueGUIProtocol.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/extension/react-app/src/hooks/useContinueGUIProtocol.ts b/extension/react-app/src/hooks/useContinueGUIProtocol.ts index 4eb68046..59397742 100644 --- a/extension/react-app/src/hooks/useContinueGUIProtocol.ts +++ b/extension/react-app/src/hooks/useContinueGUIProtocol.ts @@ -55,10 +55,6 @@ class ContinueGUIClientProtocol extends AbstractContinueGUIClientProtocol { }); } - changeDefaultModel() { - this.messenger.send("change_default_model", {}); - } - sendClear() { this.messenger.send("clear_history", {}); } |