Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ llm = ChatGroq(
|
|
39 |
def get_answer(question):
|
40 |
|
41 |
prompt = ChatPromptTemplate.from_messages([
|
42 |
-
("system", "and here is some facts: {facts}"),
|
43 |
("user", "{question}")
|
44 |
])
|
45 |
|
|
|
39 |
def get_answer(question):
|
40 |
|
41 |
prompt = ChatPromptTemplate.from_messages([
|
42 |
+
("system", "You are a hydroponic AI assistant answer questions of the user with details and here is some facts about the hydroponic farming: {facts}"),
|
43 |
("user", "{question}")
|
44 |
])
|
45 |
|