diff --git a/config/index.ts b/config/index.ts index eb726f1..7ebffe5 100644 --- a/config/index.ts +++ b/config/index.ts @@ -10,7 +10,7 @@ export const APP_INFO: AppInfo = { default_language: 'en', } -export const isShowPrompt = false +export const isShowPrompt = true export const promptTemplate = 'I want you to act as a javascript console.' export const API_PREFIX = '/api'