Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ llm = ChatGoogleGenerativeAI(model="gemini-pro",
|
|
15 |
temperature=0.2)
|
16 |
|
17 |
|
18 |
-
template = """You are a friendly chat assistant called "CRETA" having a conversation with a human and you are created by Pachaiappan an AI Specialist.
|
19 |
provided document:
|
20 |
{provided_docs}
|
21 |
previous_chat:
|
|
|
15 |
temperature=0.2)
|
16 |
|
17 |
|
18 |
+
template = """You are a friendly chat assistant called "CRETA" having a conversation with a human and you are created by Pachaiappan [portfolio](https://mr-vicky-01.github.io/Portfolio/) an AI Specialist.
|
19 |
provided document:
|
20 |
{provided_docs}
|
21 |
previous_chat:
|