diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-09 22:04:22 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-09 22:04:22 -0700 |
commit | 8456b24318b13ea5d5dabec2328dd854f8a492b4 (patch) | |
tree | 1eecd5118d7c31903fc15f327c9801aba5f3b32f /extension/react-app/src | |
parent | e8ebff1e6b07dfaafff81ee7013bb019cbfe2075 (diff) | |
download | sncontinue-8456b24318b13ea5d5dabec2328dd854f8a492b4.tar.gz sncontinue-8456b24318b13ea5d5dabec2328dd854f8a492b4.tar.bz2 sncontinue-8456b24318b13ea5d5dabec2328dd854f8a492b4.zip |
feat: :sparkles: support for Together.ai models
Diffstat (limited to 'extension/react-app/src')
-rw-r--r-- | extension/react-app/src/redux/slices/serverStateReducer.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extension/react-app/src/redux/slices/serverStateReducer.ts b/extension/react-app/src/redux/slices/serverStateReducer.ts index bd60f1c7..a20476b2 100644 --- a/extension/react-app/src/redux/slices/serverStateReducer.ts +++ b/extension/react-app/src/redux/slices/serverStateReducer.ts @@ -9,9 +9,9 @@ const initialState: FullState = { name: "Welcome to Continue", hide: false, description: `- Highlight code section and ask a question or give instructions - - Use \`cmd+m\` (Mac) / \`ctrl+m\` (Windows) to open Continue - - Use \`/help\` to ask questions about how to use Continue - - [Customize Continue](https://continue.dev/docs/customization) (e.g. use your own API key) by typing '/config'.`, +- Use \`cmd+m\` (Mac) / \`ctrl+m\` (Windows) to open Continue +- Use \`/help\` to ask questions about how to use Continue +- [Customize Continue](https://continue.dev/docs/customization) (e.g. use your own API key) by typing '/config'.`, system_message: null, chat_context: [], manage_own_chat_context: false, |