Spaces:
Sleeping
Sleeping
Update responser.py
Browse files- responser.py +2 -0
responser.py
CHANGED
@@ -3,6 +3,8 @@ import os
|
|
3 |
from groq import Groq
|
4 |
|
5 |
def res(prompt):
|
|
|
|
|
6 |
client = Groq(
|
7 |
api_key= os.environ['key'],
|
8 |
)
|
|
|
3 |
from groq import Groq
|
4 |
|
5 |
def res(prompt):
|
6 |
+
prompt = "Being a doctor, Please Answer this query : " + prompt
|
7 |
+
|
8 |
client = Groq(
|
9 |
api_key= os.environ['key'],
|
10 |
)
|