Update app.py
Browse files
app.py
CHANGED
|
@@ -71,7 +71,7 @@ class Config:
|
|
| 71 |
EMBEDDING_MODEL = "models/text-embedding-004"
|
| 72 |
TOP_N = 3
|
| 73 |
SYSTEM_PROMPT = (
|
| 74 |
-
"You are a helpful assistant. Answer the question using the provided context below.
|
| 75 |
)
|
| 76 |
GENERATION_MODEL = "models/gemini-1.5-flash"
|
| 77 |
|
|
|
|
| 71 |
EMBEDDING_MODEL = "models/text-embedding-004"
|
| 72 |
TOP_N = 3
|
| 73 |
SYSTEM_PROMPT = (
|
| 74 |
+
"You are a helpful assistant. Answer the question using the provided context below. Answer based on your knowledge if the context given is not enough."
|
| 75 |
)
|
| 76 |
GENERATION_MODEL = "models/gemini-1.5-flash"
|
| 77 |
|