diff --git a/src/khoj/configure.py b/src/khoj/configure.py index 900b3e30..06b5b497 100644 --- a/src/khoj/configure.py +++ b/src/khoj/configure.py @@ -228,7 +228,7 @@ def configure_server( ): # Update Config if config == None: - logger.info(f"🚨 Khoj is not configured.\nInitializing it with a default config.") + logger.info(f"Initializing with default config.") config = FullConfig() state.config = config diff --git a/src/khoj/processor/conversation/prompts.py b/src/khoj/processor/conversation/prompts.py index 50e9184d..e1ed7820 100644 --- a/src/khoj/processor/conversation/prompts.py +++ b/src/khoj/processor/conversation/prompts.py @@ -74,7 +74,7 @@ no_online_results_found = PromptTemplate.from_template( no_entries_found = PromptTemplate.from_template( """ - It looks like you haven't added any notes yet. No worries, you can fix that by downloading the Khoj app from here. + It looks like you haven't synced any notes yet. No worries, you can fix that by downloading the Khoj app from here. """.strip() )