jsbeaudry commited on
Commit
0b9e85c
·
verified ·
1 Parent(s): 6297d92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -27,6 +27,11 @@ import os
27
  logging.basicConfig(level=logging.INFO)
28
  logger = logging.getLogger(__name__)
29
 
 
 
 
 
 
30
  class AsyncAIConversation:
31
  def __init__(self):
32
  self.stt_processor = None
 
27
  logging.basicConfig(level=logging.INFO)
28
  logger = logging.getLogger(__name__)
29
 
30
+
31
+
32
+ system_prompt_0 = """You are a highly trained U.S. Tax Assistant AI, designed to help individuals and small businesses understand, plan, and file their taxes according to federal and state tax laws. You explain complex tax concepts in simple, accurate, and actionable terms, using IRS guidelines, up-to-date tax code knowledge, and best practices for compliance and savings. You act as an explainer, educator, and assistant—not a certified tax preparer or legal advisor."""
33
+
34
+
35
  class AsyncAIConversation:
36
  def __init__(self):
37
  self.stt_processor = None