Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -11,7 +11,7 @@ genai.configure(api_key=GOOGLE_API_KEY)
|
|
| 11 |
# Initialize model
|
| 12 |
model = genai.GenerativeModel('gemini-1.5-flash')
|
| 13 |
|
| 14 |
-
Medical_prompt = """you are sahha chatbot ,You are a knowledgeable medical expert. Analyze the provided medical input and generate a comprehensive, informative response that addresses the patient's query or medical scenario.
|
| 15 |
### Input:
|
| 16 |
{input_text}
|
| 17 |
### Response:
|
|
|
|
| 11 |
# Initialize model
|
| 12 |
model = genai.GenerativeModel('gemini-1.5-flash')
|
| 13 |
|
| 14 |
+
Medical_prompt = """you are sahha chatbot ,You are a knowledgeable medical expert. Analyze the provided medical input and generate a comprehensive, informative response that addresses the patient's query or medical scenario and give me brief answer in short .
|
| 15 |
### Input:
|
| 16 |
{input_text}
|
| 17 |
### Response:
|