summaryrefslogtreecommitdiff
path: root/extension/react-app/src/redux
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-08-09 22:04:22 -0700
committerNate Sesti <sestinj@gmail.com>2023-08-09 22:04:22 -0700
commit8456b24318b13ea5d5dabec2328dd854f8a492b4 (patch)
tree1eecd5118d7c31903fc15f327c9801aba5f3b32f /extension/react-app/src/redux
parente8ebff1e6b07dfaafff81ee7013bb019cbfe2075 (diff)
downloadsncontinue-8456b24318b13ea5d5dabec2328dd854f8a492b4.tar.gz
sncontinue-8456b24318b13ea5d5dabec2328dd854f8a492b4.tar.bz2
sncontinue-8456b24318b13ea5d5dabec2328dd854f8a492b4.zip
feat: :sparkles: support for Together.ai models
Diffstat (limited to 'extension/react-app/src/redux')
-rw-r--r--extension/react-app/src/redux/slices/serverStateReducer.ts6
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,