Spaces:
Sleeping
Sleeping
added file
Browse files
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...'''
|