From 6112f26888086ccd47ca6bcfefdbc5b82ea86879 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Tue, 8 Aug 2023 20:18:40 -0700 Subject: feat: :sparkles: testing improved prompting for stablecode --- extension/react-app/src/redux/slices/serverStateReducer.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'extension/react-app') 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, -- cgit v1.2.3-70-g09d2