From b2f05810a5b7e29a87541cd563e81861836fcf5e Mon Sep 17 00:00:00 2001 From: Quang Date: Mon, 11 Aug 2025 07:14:42 +0200 Subject: [PATCH] Running app --- config/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'