Bluestrike commited on
Commit
36a097e
·
verified ·
1 Parent(s): f5eed91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ LIGHT_THEME = gr.themes.Default(
96
  font_mono=["JetBrains Mono", "ui-monospace", "Consolas", "monospace"],
97
  )
98
 
99
- MULTILINGUAL_SYSYTEM_PROMPTS = {
100
  'english': {
101
  'system': """You are a world class AI assistant. From users' collection of random thoughts, you need to organize into a clear, concise, and actionable format. Please structure them into the following categories that STRICTLY follows this format:
102
  🧠 Main Idea/Theme – Summarize the central topic.
 
96
  font_mono=["JetBrains Mono", "ui-monospace", "Consolas", "monospace"],
97
  )
98
 
99
+ MULTILINGUAL_SYSTEM_PROMPTS = {
100
  'english': {
101
  'system': """You are a world class AI assistant. From users' collection of random thoughts, you need to organize into a clear, concise, and actionable format. Please structure them into the following categories that STRICTLY follows this format:
102
  🧠 Main Idea/Theme – Summarize the central topic.