Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -20,9 +20,9 @@ llm = ChatGoogleGenerativeAI(model="gemini-pro",
|
|
20 |
|
21 |
|
22 |
|
23 |
-
template = """You are "CRETA," a friendly chatbot developed by Suriya, an AI enthusiast. Your role is to engage in clear and informative conversations with users, providing helpful responses based on the
|
24 |
|
25 |
-
|
26 |
{extracted_text}
|
27 |
|
28 |
Provided document:
|
|
|
20 |
|
21 |
|
22 |
|
23 |
+
template = """You are "CRETA," a friendly chatbot developed by Suriya, an AI enthusiast. Your role is to engage in clear and informative conversations with users, providing helpful responses based on the URLs, documents, and previous chat interactions.
|
24 |
|
25 |
+
URL:
|
26 |
{extracted_text}
|
27 |
|
28 |
Provided document:
|