Reshmarb commited on
Commit
24e1a24
·
1 Parent(s): 2390dbf

added file

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -9,6 +9,7 @@ import pytesseract # For OCR (optional, if extracting text from images)
9
  # Initialize the Groq client
10
  client = Groq(api_key=os.getenv("GROQ_API_KEY_2"))
11
 
 
12
  def initialize_messages():
13
  return [{"role": "system",
14
  "content": '''You are Dr. HealthBuddy, a highly experienced and professional virtual doctor chatbot...'''
 
9
  # Initialize the Groq client
10
  client = Groq(api_key=os.getenv("GROQ_API_KEY_2"))
11
 
12
+
13
  def initialize_messages():
14
  return [{"role": "system",
15
  "content": '''You are Dr. HealthBuddy, a highly experienced and professional virtual doctor chatbot...'''