diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-08 20:18:40 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-08 20:18:40 -0700 |
commit | 6112f26888086ccd47ca6bcfefdbc5b82ea86879 (patch) | |
tree | d09c392ae811b9287c78091920aec3992307bd7b /extension | |
parent | adae79d98dae05904bc416ab99a09b6354b6df28 (diff) | |
download | sncontinue-6112f26888086ccd47ca6bcfefdbc5b82ea86879.tar.gz sncontinue-6112f26888086ccd47ca6bcfefdbc5b82ea86879.tar.bz2 sncontinue-6112f26888086ccd47ca6bcfefdbc5b82ea86879.zip |
feat: :sparkles: testing improved prompting for stablecode
Diffstat (limited to 'extension')
-rw-r--r-- | extension/react-app/src/redux/slices/serverStateReducer.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extension/react-app/src/redux/slices/serverStateReducer.ts b/extension/react-app/src/redux/slices/serverStateReducer.ts index 22f6935e..bd60f1c7 100644 --- a/extension/react-app/src/redux/slices/serverStateReducer.ts +++ b/extension/react-app/src/redux/slices/serverStateReducer.ts @@ -10,7 +10,8 @@ const initialState: FullState = { 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`, + - 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, |